Html Css Color HEX #364202 Turtle Green

📋 copy color: '#364202'

red 54 ◦ green 66 ◦ blue 2

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

Shades of Turtle Green #364202

Tints of Turtle Green #364202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 44.26%
G = 54.1%
B = 1.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#364202 (or 0x364202) is known color: Turtle Green. HEX triplet: 36, 42 and 02. RGB value is (54,66,2). Sum of RGB (Red+Green+Blue) = 54+66+2=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #364202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364202 is #C9BDFD. Grayscale: #373737. Windows color (decimal): -13221374 or 148022. OLE color: 148022.

HSL color Cylindrical-coordinate representation of color #364202: hue angle of 71.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364202 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 2 -
CMYK 0.18 0 0.97 0.74
HSL 71.25º 0.94% 0.13% -
HSV(B) 71.25º 0.97% 0.26% -
XYZ 3.48 4.69 0.78 -
YUV 55.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 54 66 2 0.18 0 0.97 0.74 71.25 0.94 0.13
Hex 36 42 2 12 0 61 4A 47 5E D
Octal 66 102 2 22 0 141 112 107 136 15
Binary 110110 1000010 10 10010 0 1100001 1001010 1000111 1011110 1101

Color Harmonies of #364202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364202

Black with #364202

Text Example


Text Example

White with #364202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364202; }

 p { color: rgb(54,66,2); }

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

background-color css

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

 a { background-color: rgb(54,66,2); }

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

border-color css

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

 span { border-color: rgb(54,66,2); }

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