Html Css Color HEX #364012 Turtle Green

📋 copy color: '#364012'

red 54 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #364012

Tints of Turtle Green #364012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.06%

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

R = 39.71%
G = 47.06%
B = 13.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#364012 (or 0x364012) is known color: Turtle Green. HEX triplet: 36, 40 and 12. RGB value is (54,64,18). Sum of RGB (Red+Green+Blue) = 54+64+18=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #364012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364012 is #C9BFED. Grayscale: #373737. Windows color (decimal): -13221870 or 1196086. OLE color: 1196086.

HSL color Cylindrical-coordinate representation of color #364012: hue angle of 73.04º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364012 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 18 -
CMYK 0.16 0 0.72 0.75
HSL 73.04º 0.56% 0.16% -
HSV(B) 73.04º 0.72% 0.25% -
XYZ 3.46 4.49 1.26 -
YUV 55.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 54 64 18 0.16 0 0.72 0.75 73.04 0.56 0.16
Hex 36 40 12 10 0 48 4B 49 38 10
Octal 66 100 22 20 0 110 113 111 70 20
Binary 110110 1000000 10010 10000 0 1001000 1001011 1001001 111000 10000

Color Harmonies of #364012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364012

Black with #364012

Text Example


Text Example

White with #364012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364012; }

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

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

background-color css

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

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

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

border-color css

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

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

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