Html Css Color HEX #364302 Turtle Green

📋 copy color: '#364302'

red 54 ◦ green 67 ◦ blue 2

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

Shades of Turtle Green #364302

Tints of Turtle Green #364302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.47%

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

R = 43.9%
G = 54.47%
B = 1.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#364302 (or 0x364302) is known color: Turtle Green. HEX triplet: 36, 43 and 02. RGB value is (54,67,2). Sum of RGB (Red+Green+Blue) = 54+67+2=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #364302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364302 is #C9BCFD. Grayscale: #373737. Windows color (decimal): -13221118 or 148278. OLE color: 148278.

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

Color convert

RGB 54 67 2 -
CMYK 0.19 0 0.97 0.74
HSL 72º 0.94% 0.14% -
HSV(B) 72º 0.97% 0.26% -
XYZ 3.54 4.8 0.8 -
YUV 55.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 54 67 2 0.19 0 0.97 0.74 72 0.94 0.14
Hex 36 43 2 13 0 61 4A 48 5E E
Octal 66 103 2 23 0 141 112 110 136 16
Binary 110110 1000011 10 10011 0 1100001 1001010 1001000 1011110 1110

Color Harmonies of #364302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364302

Black with #364302

Text Example


Text Example

White with #364302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364302; }

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

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

background-color css

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

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

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

border-color css

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

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

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