Html Css Color HEX #374021 Turtle Green

📋 copy color: '#374021'

red 55 ◦ green 64 ◦ blue 33

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

Shades of Turtle Green #374021

Tints of Turtle Green #374021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

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

R = 36.18%
G = 42.11%
B = 21.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#374021 (or 0x374021) is known color: Turtle Green. HEX triplet: 37, 40 and 21. RGB value is (55,64,33). Sum of RGB (Red+Green+Blue) = 55+64+33=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #374021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374021 is #C8BFDE. Grayscale: #393939. Windows color (decimal): -13156319 or 2179127. OLE color: 2179127.

HSL color Cylindrical-coordinate representation of color #374021: hue angle of 77.42º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374021 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 33 -
CMYK 0.14 0 0.48 0.75
HSL 77.42º 0.32% 0.19% -
HSV(B) 77.42º 0.48% 0.25% -
XYZ 3.68 4.59 2.13 -
YUV 57.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 55 64 33 0.14 0 0.48 0.75 77.42 0.32 0.19
Hex 37 40 21 E 0 30 4B 4D 20 13
Octal 67 100 41 16 0 60 113 115 40 23
Binary 110111 1000000 100001 1110 0 110000 1001011 1001101 100000 10011

Color Harmonies of #374021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374021

Black with #374021

Text Example


Text Example

White with #374021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374021; }

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

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

background-color css

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

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

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

border-color css

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

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

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