Html Css Color HEX #364702 Turtle Green

📋 copy color: '#364702'

red 54 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #364702

Tints of Turtle Green #364702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

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

R = 42.52%
G = 55.91%
B = 1.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#364702 (or 0x364702) is known color: Turtle Green. HEX triplet: 36, 47 and 02. RGB value is (54,71,2). Sum of RGB (Red+Green+Blue) = 54+71+2=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #364702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364702 is #C9B8FD. Grayscale: #3A3A3A. Windows color (decimal): -13220094 or 149302. OLE color: 149302.

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

Color convert

RGB 54 71 2 -
CMYK 0.24 0 0.97 0.72
HSL 74.78º 0.95% 0.14% -
HSV(B) 74.78º 0.97% 0.28% -
XYZ 3.79 5.3 0.88 -
YUV 58.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 54 71 2 0.24 0 0.97 0.72 74.78 0.95 0.14
Hex 36 47 2 18 0 61 48 4B 5F E
Octal 66 107 2 30 0 141 110 113 137 16
Binary 110110 1000111 10 11000 0 1100001 1001000 1001011 1011111 1110

Color Harmonies of #364702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364702

Black with #364702

Text Example


Text Example

White with #364702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364702; }

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

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

background-color css

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

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

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

border-color css

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

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

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