Html Css Color HEX #364D12 Turtle Green

📋 copy color: '#364D12'

red 54 ◦ green 77 ◦ blue 18

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

Shades of Turtle Green #364D12

Tints of Turtle Green #364D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 51.68%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 36.24%
G = 51.68%
B = 12.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#364D12 (or 0x364D12) is known color: Turtle Green. HEX triplet: 36, 4D and 12. RGB value is (54,77,18). Sum of RGB (Red+Green+Blue) = 54+77+18=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #364D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D12 is #C9B2ED. Grayscale: #3F3F3F. Windows color (decimal): -13218542 or 1199414. OLE color: 1199414.

HSL color Cylindrical-coordinate representation of color #364D12: hue angle of 83.39º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #364D12 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 77 18 -
CMYK 0.30 0 0.77 0.70
HSL 83.39º 0.62% 0.19% -
HSV(B) 83.39º 0.77% 0.3% -
XYZ 4.28 6.14 1.53 -
YUV 63.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 54 77 18 0.30 0 0.77 0.70 83.39 0.62 0.19
Hex 36 4D 12 1E 0 4D 46 53 3E 13
Octal 66 115 22 36 0 115 106 123 76 23
Binary 110110 1001101 10010 11110 0 1001101 1000110 1010011 111110 10011

Color Harmonies of #364D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D12

Black with #364D12

Text Example


Text Example

White with #364D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364D12; }

 p { color: rgb(54,77,18); }

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

background-color css

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

 a { background-color: rgb(54,77,18); }

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

border-color css

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

 span { border-color: rgb(54,77,18); }

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