Html Css Color HEX #37411A Turtle Green

📋 copy color: '#37411A'

red 55 ◦ green 65 ◦ blue 26

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

Shades of Turtle Green #37411A

Tints of Turtle Green #37411A

RGB

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

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

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

R = 37.67%
G = 44.52%
B = 17.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#37411A (or 0x37411A) is known color: Turtle Green. HEX triplet: 37, 41 and 1A. RGB value is (55,65,26). Sum of RGB (Red+Green+Blue) = 55+65+26=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #37411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37411A is #C8BEE5. Grayscale: #393939. Windows color (decimal): -13156070 or 1720631. OLE color: 1720631.

HSL color Cylindrical-coordinate representation of color #37411A: hue angle of 75.38º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37411A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 26 -
CMYK 0.15 0 0.60 0.75
HSL 75.38º 0.43% 0.18% -
HSV(B) 75.38º 0.6% 0.25% -
XYZ 3.65 4.67 1.69 -
YUV 57.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 55 65 26 0.15 0 0.60 0.75 75.38 0.43 0.18
Hex 37 41 1A F 0 3C 4B 4B 2B 12
Octal 67 101 32 17 0 74 113 113 53 22
Binary 110111 1000001 11010 1111 0 111100 1001011 1001011 101011 10010

Color Harmonies of #37411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37411A

Black with #37411A

Text Example


Text Example

White with #37411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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