#374600

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

Shades of Turtle Green #374600

Tints of Turtle Green #374600

Color information

#374600 (or 0x374600) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 00. RGB value is (55,70,0). Sum of RGB (Red+Green+Blue) = 55+70+0=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #374600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374600 is #C8B9FF. Grayscale: #393939. Windows color (decimal): -13154816 or 17975. OLE color: 17975.

HSL color Cylindrical-coordinate representation of color #374600: hue angle of 72.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374600 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB55700-
CMYK0.21010.73
HSL72.86º100%13.73%-
HSV(B)72.86º100%27.45%-
XYZ3.775.190.8-
YUV57.5495.53126.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 70 (27.73% from 255) = 56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44%
G=56%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal557000.21010.7372.8610013.73
Hex3746015064494964e
Octal67106025014411111114416
Binary1101111000110010101011001001001001100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374600; }

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

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

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

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

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

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

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

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