Html Css Color HEX #374024 Turtle Green

📋 copy color: '#374024'

red 55 ◦ green 64 ◦ blue 36

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

Shades of Turtle Green #374024

Tints of Turtle Green #374024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 35.48%
G = 41.29%
B = 23.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#374024 (or 0x374024) is known color: Turtle Green. HEX triplet: 37, 40 and 24. RGB value is (55,64,36). Sum of RGB (Red+Green+Blue) = 55+64+36=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #374024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374024 is #C8BFDB. Grayscale: #3A3A3A. Windows color (decimal): -13156316 or 2375735. OLE color: 2375735.

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

Color convert

RGB 55 64 36 -
CMYK 0.14 0 0.44 0.75
HSL 79.29º 0.28% 0.2% -
HSV(B) 79.29º 0.44% 0.25% -
XYZ 3.73 4.61 2.36 -
YUV 58.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 55 64 36 0.14 0 0.44 0.75 79.29 0.28 0.2
Hex 37 40 24 E 0 2C 4B 4F 1C 14
Octal 67 100 44 16 0 54 113 117 34 24
Binary 110111 1000000 100100 1110 0 101100 1001011 1001111 11100 10100

Color Harmonies of #374024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374024

Black with #374024

Text Example


Text Example

White with #374024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374024; }

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

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

background-color css

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

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

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

border-color css

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

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

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