Html Css Color HEX #374202 Turtle Green

📋 copy color: '#374202'

red 55 ◦ green 66 ◦ blue 2

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

Shades of Turtle Green #374202

Tints of Turtle Green #374202

RGB

 RED value IS 55 (21.88% from 255) = 44.72%

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

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

R = 44.72%
G = 53.66%
B = 1.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#374202 (or 0x374202) is known color: Turtle Green. HEX triplet: 37, 42 and 02. RGB value is (55,66,2). Sum of RGB (Red+Green+Blue) = 55+66+2=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #374202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374202 is #C8BDFD. Grayscale: #373737. Windows color (decimal): -13155838 or 148023. OLE color: 148023.

HSL color Cylindrical-coordinate representation of color #374202: hue angle of 70.31º 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 #374202 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 2 -
CMYK 0.17 0 0.97 0.74
HSL 70.31º 0.94% 0.13% -
HSV(B) 70.31º 0.97% 0.26% -
XYZ 3.53 4.71 0.78 -
YUV 55.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 55 66 2 0.17 0 0.97 0.74 70.31 0.94 0.13
Hex 37 42 2 11 0 61 4A 46 5E D
Octal 67 102 2 21 0 141 112 106 136 15
Binary 110111 1000010 10 10001 0 1100001 1001010 1000110 1011110 1101

Color Harmonies of #374202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374202

Black with #374202

Text Example


Text Example

White with #374202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374202; }

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

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

background-color css

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

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

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

border-color css

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

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

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