Html Css Color HEX #374221 Turtle Green

📋 copy color: '#374221'

red 55 ◦ green 66 ◦ blue 33

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

Shades of Turtle Green #374221

Tints of Turtle Green #374221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 35.71%
G = 42.86%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#374221 (or 0x374221) is known color: Turtle Green. HEX triplet: 37, 42 and 21. RGB value is (55,66,33). Sum of RGB (Red+Green+Blue) = 55+66+33=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #374221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374221 is #C8BDDE. Grayscale: #3B3B3B. Windows color (decimal): -13155807 or 2179639. OLE color: 2179639.

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

Color convert

RGB 55 66 33 -
CMYK 0.17 0 0.5 0.74
HSL 80º 0.33% 0.19% -
HSV(B) 80º 0.5% 0.26% -
XYZ 3.8 4.82 2.17 -
YUV 58.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 55 66 33 0.17 0 0.5 0.74 80 0.33 0.19
Hex 37 42 21 11 0 32 4A 50 21 13
Octal 67 102 41 21 0 62 112 120 41 23
Binary 110111 1000010 100001 10001 0 110010 1001010 1010000 100001 10011

Color Harmonies of #374221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374221

Black with #374221

Text Example


Text Example

White with #374221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374221; }

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

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

background-color css

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

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

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

border-color css

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

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

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