Html Css Color HEX #374120 Turtle Green

📋 copy color: '#374120'

red 55 ◦ green 65 ◦ blue 32

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

Shades of Turtle Green #374120

Tints of Turtle Green #374120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 36.18%
G = 42.76%
B = 21.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#374120 (or 0x374120) is known color: Turtle Green. HEX triplet: 37, 41 and 20. RGB value is (55,65,32). Sum of RGB (Red+Green+Blue) = 55+65+32=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #374120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374120 is #C8BEDF. Grayscale: #3A3A3A. Windows color (decimal): -13156064 or 2113847. OLE color: 2113847.

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

Color convert

RGB 55 65 32 -
CMYK 0.15 0 0.51 0.75
HSL 78.18º 0.34% 0.19% -
HSV(B) 78.18º 0.51% 0.25% -
XYZ 3.73 4.7 2.08 -
YUV 58.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 55 65 32 0.15 0 0.51 0.75 78.18 0.34 0.19
Hex 37 41 20 F 0 33 4B 4E 22 13
Octal 67 101 40 17 0 63 113 116 42 23
Binary 110111 1000001 100000 1111 0 110011 1001011 1001110 100010 10011

Color Harmonies of #374120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374120

Black with #374120

Text Example


Text Example

White with #374120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374120; }

 p { color: rgb(55,65,32); }

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

background-color css

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

 a { background-color: rgb(55,65,32); }

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

border-color css

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

 span { border-color: rgb(55,65,32); }

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