Html Css Color HEX #37401D Turtle Green

📋 copy color: '#37401D'

red 55 ◦ green 64 ◦ blue 29

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

Shades of Turtle Green #37401D

Tints of Turtle Green #37401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 37.16%
G = 43.24%
B = 19.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#37401D (or 0x37401D) is known color: Turtle Green. HEX triplet: 37, 40 and 1D. RGB value is (55,64,29). Sum of RGB (Red+Green+Blue) = 55+64+29=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #37401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37401D is #C8BFE2. Grayscale: #393939. Windows color (decimal): -13156323 or 1916983. OLE color: 1916983.

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

Color convert

RGB 55 64 29 -
CMYK 0.14 0 0.55 0.75
HSL 75.43º 0.38% 0.18% -
HSV(B) 75.43º 0.55% 0.25% -
XYZ 3.63 4.57 1.85 -
YUV 57.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 55 64 29 0.14 0 0.55 0.75 75.43 0.38 0.18
Hex 37 40 1D E 0 37 4B 4B 26 12
Octal 67 100 35 16 0 67 113 113 46 22
Binary 110111 1000000 11101 1110 0 110111 1001011 1001011 100110 10010

Color Harmonies of #37401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37401D

Black with #37401D

Text Example


Text Example

White with #37401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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