Html Css Color HEX #374402 Turtle Green

📋 copy color: '#374402'

red 55 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #374402

Tints of Turtle Green #374402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.4%

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

R = 44%
G = 54.4%
B = 1.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#374402 (or 0x374402) is known color: Turtle Green. HEX triplet: 37, 44 and 02. RGB value is (55,68,2). Sum of RGB (Red+Green+Blue) = 55+68+2=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #374402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374402 is #C8BBFD. Grayscale: #383838. Windows color (decimal): -13155326 or 148535. OLE color: 148535.

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

Color convert

RGB 55 68 2 -
CMYK 0.19 0 0.97 0.73
HSL 71.82º 0.94% 0.14% -
HSV(B) 71.82º 0.97% 0.27% -
XYZ 3.65 4.95 0.82 -
YUV 56.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 55 68 2 0.19 0 0.97 0.73 71.82 0.94 0.14
Hex 37 44 2 13 0 61 49 48 5E E
Octal 67 104 2 23 0 141 111 110 136 16
Binary 110111 1000100 10 10011 0 1100001 1001001 1001000 1011110 1110

Color Harmonies of #374402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374402

Black with #374402

Text Example


Text Example

White with #374402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374402; }

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

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

background-color css

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

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

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

border-color css

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

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

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