Html Css Color HEX #37401A Turtle Green

📋 copy color: '#37401A'

red 55 ◦ green 64 ◦ blue 26

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

Shades of Turtle Green #37401A

Tints of Turtle Green #37401A

RGB

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

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

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

R = 37.93%
G = 44.14%
B = 17.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#37401A (or 0x37401A) is known color: Turtle Green. HEX triplet: 37, 40 and 1A. RGB value is (55,64,26). Sum of RGB (Red+Green+Blue) = 55+64+26=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #37401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37401A is #C8BFE5. Grayscale: #393939. Windows color (decimal): -13156326 or 1720375. OLE color: 1720375.

HSL color Cylindrical-coordinate representation of color #37401A: hue angle of 74.21º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37401A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 26 -
CMYK 0.14 0 0.59 0.75
HSL 74.21º 0.42% 0.18% -
HSV(B) 74.21º 0.59% 0.25% -
XYZ 3.6 4.55 1.67 -
YUV 56.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 55 64 26 0.14 0 0.59 0.75 74.21 0.42 0.18
Hex 37 40 1A E 0 3B 4B 4A 2A 12
Octal 67 100 32 16 0 73 113 112 52 22
Binary 110111 1000000 11010 1110 0 111011 1001011 1001010 101010 10010

Color Harmonies of #37401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37401A

Black with #37401A

Text Example


Text Example

White with #37401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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