Html Css Color HEX #364C12 Turtle Green

📋 copy color: '#364C12'

red 54 ◦ green 76 ◦ blue 18

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

Shades of Turtle Green #364C12

Tints of Turtle Green #364C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.35%

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

R = 36.49%
G = 51.35%
B = 12.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#364C12 (or 0x364C12) is known color: Turtle Green. HEX triplet: 36, 4C and 12. RGB value is (54,76,18). Sum of RGB (Red+Green+Blue) = 54+76+18=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #364C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C12 is #C9B3ED. Grayscale: #3F3F3F. Windows color (decimal): -13218798 or 1199158. OLE color: 1199158.

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

Color convert

RGB 54 76 18 -
CMYK 0.29 0 0.76 0.70
HSL 82.76º 0.62% 0.18% -
HSV(B) 82.76º 0.76% 0.3% -
XYZ 4.21 6 1.51 -
YUV 62.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 54 76 18 0.29 0 0.76 0.70 82.76 0.62 0.18
Hex 36 4C 12 1D 0 4C 46 53 3E 12
Octal 66 114 22 35 0 114 106 123 76 22
Binary 110110 1001100 10010 11101 0 1001100 1000110 1010011 111110 10010

Color Harmonies of #364C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C12

Black with #364C12

Text Example


Text Example

White with #364C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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