Html Css Color HEX #37421A Turtle Green

📋 copy color: '#37421A'

red 55 ◦ green 66 ◦ blue 26

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

Shades of Turtle Green #37421A

Tints of Turtle Green #37421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 37.41%
G = 44.9%
B = 17.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#37421A (or 0x37421A) is known color: Turtle Green. HEX triplet: 37, 42 and 1A. RGB value is (55,66,26). Sum of RGB (Red+Green+Blue) = 55+66+26=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #37421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37421A is #C8BDE5. Grayscale: #3A3A3A. Windows color (decimal): -13155814 or 1720887. OLE color: 1720887.

HSL color Cylindrical-coordinate representation of color #37421A: hue angle of 76.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37421A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 26 -
CMYK 0.17 0 0.61 0.74
HSL 76.5º 0.43% 0.18% -
HSV(B) 76.5º 0.61% 0.26% -
XYZ 3.71 4.78 1.7 -
YUV 58.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 55 66 26 0.17 0 0.61 0.74 76.5 0.43 0.18
Hex 37 42 1A 11 0 3D 4A 4C 2B 12
Octal 67 102 32 21 0 75 112 114 53 22
Binary 110111 1000010 11010 10001 0 111101 1001010 1001100 101011 10010

Color Harmonies of #37421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37421A

Black with #37421A

Text Example


Text Example

White with #37421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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