Html Css Color HEX #37460E Turtle Green

📋 copy color: '#37460E'

red 55 ◦ green 70 ◦ blue 14

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

Shades of Turtle Green #37460E

Tints of Turtle Green #37460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.36%

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 39.57%
G = 50.36%
B = 10.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#37460E (or 0x37460E) is known color: Turtle Green. HEX triplet: 37, 46 and 0E. RGB value is (55,70,14). Sum of RGB (Red+Green+Blue) = 55+70+14=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #37460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37460E is #C8B9F1. Grayscale: #3B3B3B. Windows color (decimal): -13154802 or 935479. OLE color: 935479.

HSL color Cylindrical-coordinate representation of color #37460E: hue angle of 76.07º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37460E is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 70 14 -
CMYK 0.21 0 0.80 0.73
HSL 76.07º 0.67% 0.16% -
HSV(B) 76.07º 0.8% 0.27% -
XYZ 3.84 5.22 1.22 -
YUV 59.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 55 70 14 0.21 0 0.80 0.73 76.07 0.67 0.16
Hex 37 46 E 15 0 50 49 4C 43 10
Octal 67 106 16 25 0 120 111 114 103 20
Binary 110111 1000110 1110 10101 0 1010000 1001001 1001100 1000011 10000

Color Harmonies of #37460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37460E

Black with #37460E

Text Example


Text Example

White with #37460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37460E; }

 p { color: rgb(55,70,14); }

 H1.HeaderClassName
 {
   color: #37460E;
 }
 .AnyTagClassName
 {
   color: #37460E;
 }
</style>

background-color css

<style>
 a { background-color: #37460E; }

 a { background-color: rgb(55,70,14); }

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

border-color css

<style>
 span { border-color: #37460E; }

 span { border-color: rgb(55,70,14); }

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