Html Css Color HEX #364802 Turtle Green

📋 copy color: '#364802'

red 54 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #364802

Tints of Turtle Green #364802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 42.19%
G = 56.25%
B = 1.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#364802 (or 0x364802) is known color: Turtle Green. HEX triplet: 36, 48 and 02. RGB value is (54,72,2). Sum of RGB (Red+Green+Blue) = 54+72+2=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #364802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364802 is #C9B7FD. Grayscale: #3A3A3A. Windows color (decimal): -13219838 or 149558. OLE color: 149558.

HSL color Cylindrical-coordinate representation of color #364802: hue angle of 75.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #364802 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 2 -
CMYK 0.25 0 0.97 0.72
HSL 75.43º 0.95% 0.15% -
HSV(B) 75.43º 0.97% 0.28% -
XYZ 3.85 5.42 0.9 -
YUV 58.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 54 72 2 0.25 0 0.97 0.72 75.43 0.95 0.15
Hex 36 48 2 19 0 61 48 4B 5F F
Octal 66 110 2 31 0 141 110 113 137 17
Binary 110110 1001000 10 11001 0 1100001 1001000 1001011 1011111 1111

Color Harmonies of #364802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364802

Black with #364802

Text Example


Text Example

White with #364802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364802; }

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

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

background-color css

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

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

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

border-color css

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

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

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