#373812

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

Shades of Turtle Green #373812

Tints of Turtle Green #373812

Color information

#373812 (or 0x373812) is unknown color: approx Turtle Green. HEX triplet: 37, 38 and 12. RGB value is (55,56,18). Sum of RGB (Red+Green+Blue) = 55+56+18=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #373812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373812 is #C8C7ED. Grayscale: #333333. Windows color (decimal): -13158382 or 1194039. OLE color: 1194039.

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

Color convert

RGB555618-
CMYK0.0200.680.78
HSL61.58º51.35%14.51%-
HSV(B)61.58º67.86%21.96%-
XYZ3.13.681.12-
YUV51.37109.17130.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=42.64%
G=43.41%
B=13.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556180.0200.680.7861.5851.3514.51
Hex37381220444E3e33f
Octal67702220104116766317
Binary11011111100010010100100010010011101111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373812; }

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

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

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

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

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

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

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

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