#373814

Color #373814 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #373814

Tints of Turtle Green #373814

Color information

#373814 (or 0x373814) is unknown color: approx Turtle Green. HEX triplet: 37, 38 and 14. RGB value is (55,56,20). Sum of RGB (Red+Green+Blue) = 55+56+20=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #373814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373814 is #C8C7EB. Grayscale: #333333. Windows color (decimal): -13158380 or 1325111. OLE color: 1325111.

HSL color Cylindrical-coordinate representation of color #373814: hue angle of 61.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373814 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB555620-
CMYK0.0200.640.78
HSL61.67º47.37%14.9%-
HSV(B)61.67º64.29%21.96%-
XYZ3.123.691.21-
YUV51.6110.17130.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=41.98%
G=42.75%
B=15.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556200.0200.640.7861.6747.3714.9
Hex37381420404E3e2ff
Octal67702420100116765717
Binary11011111100010100100100000010011101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373814; }

 p { color: rgb(55,56,20); }

 H1.HeaderClassName
 {
   color: #373814;
 }
 .AnyTagClassName
 {
   color: #373814;
 }
</style>
background-color css

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

 a { background-color: rgb(55,56,20); }

 div.DivClassName
 {
   background-color: #373814;
 }
 .BgClassName
 {
   background-color: #373814;
 }
</style>
border-color css

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

 span { border-color: rgb(55,56,20); }

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