#374900

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

Shades of Turtle Green #374900

Tints of Turtle Green #374900

Color information

#374900 (or 0x374900) is unknown color: approx Turtle Green. HEX triplet: 37, 49 and 00. RGB value is (55,73,0). Sum of RGB (Red+Green+Blue) = 55+73+0=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #374900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374900 is #C8B6FF. Grayscale: #3B3B3B. Windows color (decimal): -13154048 or 18743. OLE color: 18743.

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

Color convert

RGB55730-
CMYK0.25010.71
HSL74.79º100%14.31%-
HSV(B)74.79º100%28.63%-
XYZ3.965.580.87-
YUV59.394.54124.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.97%
G=57.03%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal557300.25010.7174.7910014.31
Hex3749019064474b64e
Octal67111031014410711314416
Binary1101111001001011001011001001000111100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374900; }

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

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

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

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

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

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

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

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