Html Css Color HEX #37410D Turtle Green

📋 copy color: '#37410D'

red 55 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #37410D

Tints of Turtle Green #37410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 41.35%
G = 48.87%
B = 9.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#37410D (or 0x37410D) is known color: Turtle Green. HEX triplet: 37, 41 and 0D. RGB value is (55,65,13). Sum of RGB (Red+Green+Blue) = 55+65+13=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #37410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37410D is #C8BEF2. Grayscale: #383838. Windows color (decimal): -13156083 or 868663. OLE color: 868663.

HSL color Cylindrical-coordinate representation of color #37410D: hue angle of 71.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37410D is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 13 -
CMYK 0.15 0 0.80 0.75
HSL 71.54º 0.67% 0.15% -
HSV(B) 71.54º 0.8% 0.25% -
XYZ 3.54 4.62 1.09 -
YUV 56.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 55 65 13 0.15 0 0.80 0.75 71.54 0.67 0.15
Hex 37 41 D F 0 50 4B 48 43 F
Octal 67 101 15 17 0 120 113 110 103 17
Binary 110111 1000001 1101 1111 0 1010000 1001011 1001000 1000011 1111

Color Harmonies of #37410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37410D

Black with #37410D

Text Example


Text Example

White with #37410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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