#373E01

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

Shades of Turtle Green #373E01

Tints of Turtle Green #373E01

Color information

#373E01 (or 0x373E01) is unknown color: approx Turtle Green. HEX triplet: 37, 3E and 01. RGB value is (55,62,1). Sum of RGB (Red+Green+Blue) = 55+62+1=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #373E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373E01 is #C8C1FE. Grayscale: #353535. Windows color (decimal): -13156863 or 81463. OLE color: 81463.

HSL color Cylindrical-coordinate representation of color #373E01: hue angle of 66.89º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #373E01 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB55621-
CMYK0.1100.980.76
HSL66.89º96.83%12.35%-
HSV(B)66.89º98.39%24.31%-
XYZ3.34.260.68-
YUV52.9598.68129.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 62 (24.61% from 255) = 52.54%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=46.61%
G=52.54%
B=0.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal556210.1100.980.7666.8996.8312.35
Hex373E1B0624C4361c
Octal6776113014211410314114
Binary11011111111011011011000101001100100001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373E01; }

 p { color: rgb(55,62,1); }

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

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

 a { background-color: rgb(55,62,1); }

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

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

 span { border-color: rgb(55,62,1); }

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