#374508

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

Shades of Turtle Green #374508

Tints of Turtle Green #374508

Color information

#374508 (or 0x374508) is unknown color: approx Turtle Green. HEX triplet: 37, 45 and 08. RGB value is (55,69,8). Sum of RGB (Red+Green+Blue) = 55+69+8=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #374508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374508 is #C8BAF7. Grayscale: #3A3A3A. Windows color (decimal): -13155064 or 542007. OLE color: 542007.

HSL color Cylindrical-coordinate representation of color #374508: hue angle of 73.77º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #374508 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB55698-
CMYK0.2000.880.73
HSL73.77º79.22%15.1%-
HSV(B)73.77º88.41%27.06%-
XYZ3.755.091.01-
YUV57.8699.86125.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=41.67%
G=52.27%
B=6.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal556980.2000.880.7373.7779.2215.1
Hex3745814058494a4ff
Octal671051024013011111211717
Binary1101111000101100010100010110001001001100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374508; }

 p { color: rgb(55,69,8); }

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

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

 a { background-color: rgb(55,69,8); }

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

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

 span { border-color: rgb(55,69,8); }

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