Html Css Color HEX #363814 Turtle Green

📋 copy color: '#363814'

red 54 ◦ green 56 ◦ blue 20

#363814
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #363814

Tints of Turtle Green #363814

RGB

 RED value IS 54 (21.48% from 255) = 41.54%

 GREEN value IS 56 (22.27% from 255) = 43.08%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 41.54%
G = 43.08%
B = 15.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#363814 (or 0x363814) is known color: Turtle Green. HEX triplet: 36, 38 and 14. RGB value is (54,56,20). Sum of RGB (Red+Green+Blue) = 54+56+20=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #363814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363814 is #C9C7EB. Grayscale: #333333. Windows color (decimal): -13223916 or 1325110. OLE color: 1325110.

HSL color Cylindrical-coordinate representation of color #363814: hue angle of 63.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363814 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 56 20 -
CMYK 0.04 0 0.64 0.78
HSL 63.33º 0.47% 0.15% -
HSV(B) 63.33º 0.64% 0.22% -
XYZ 3.06 3.66 1.21 -
YUV 51.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 54 56 20 0.04 0 0.64 0.78 63.33 0.47 0.15
Hex 36 38 14 4 0 40 4E 3F 2F F
Octal 66 70 24 4 0 100 116 77 57 17
Binary 110110 111000 10100 100 0 1000000 1001110 111111 101111 1111

Color Harmonies of #363814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363814

Black with #363814

Text Example


Text Example

White with #363814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363814; }

 p { color: rgb(54,56,20); }

 H1.HeaderClassName
 {
   color: #363814;
 }
 .AnyTagClassName
 {
   color: #363814;
 }
</style>

background-color css

<style>
 a { background-color: #363814; }

 a { background-color: rgb(54,56,20); }

 div.DivClassName
 {
   background-color: #363814;
 }
 .BgClassName
 {
   background-color: #363814;
 }
</style>

border-color css

<style>
 span { border-color: #363814; }

 span { border-color: rgb(54,56,20); }

 td.TdClassName
 {
   border-color: #363814;
 }
 .TagClassName
 {
   border-color: #363814;
 }
</style>