Html Css Color HEX #364010 Turtle Green

📋 copy color: '#364010'

red 54 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #364010

Tints of Turtle Green #364010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 40.3%
G = 47.76%
B = 11.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#364010 (or 0x364010) is known color: Turtle Green. HEX triplet: 36, 40 and 10. RGB value is (54,64,16). Sum of RGB (Red+Green+Blue) = 54+64+16=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #364010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364010 is #C9BFEF. Grayscale: #373737. Windows color (decimal): -13221872 or 1065014. OLE color: 1065014.

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

Color convert

RGB 54 64 16 -
CMYK 0.16 0 0.75 0.75
HSL 72.5º 0.6% 0.16% -
HSV(B) 72.5º 0.75% 0.25% -
XYZ 3.45 4.49 1.17 -
YUV 55.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 54 64 16 0.16 0 0.75 0.75 72.5 0.6 0.16
Hex 36 40 10 10 0 4B 4B 48 3C 10
Octal 66 100 20 20 0 113 113 110 74 20
Binary 110110 1000000 10000 10000 0 1001011 1001011 1001000 111100 10000

Color Harmonies of #364010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364010

Black with #364010

Text Example


Text Example

White with #364010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364010; }

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

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

background-color css

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

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

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

border-color css

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

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

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