#374500

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

Shades of Turtle Green #374500

Tints of Turtle Green #374500

Color information

#374500 (or 0x374500) is unknown color: approx Turtle Green. HEX triplet: 37, 45 and 00. RGB value is (55,69,0). Sum of RGB (Red+Green+Blue) = 55+69+0=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #374500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374500 is #C8BAFF. Grayscale: #393939. Windows color (decimal): -13155072 or 17719. OLE color: 17719.

HSL color Cylindrical-coordinate representation of color #374500: hue angle of 72.17º 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 #374500 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB55690-
CMYK0.20010.73
HSL72.17º100%13.53%-
HSV(B)72.17º100%27.06%-
XYZ3.75.070.78-
YUV56.9595.86126.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.35%
G=55.65%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal556900.20010.7372.1710013.53
Hex3745014064494864e
Octal67105024014411111014416
Binary1101111000101010100011001001001001100100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374500; }

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

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

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

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

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

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

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

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