#374007

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

Shades of Turtle Green #374007

Tints of Turtle Green #374007

Color information

#374007 (or 0x374007) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 07. RGB value is (55,64,7). Sum of RGB (Red+Green+Blue) = 55+64+7=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #374007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374007 is #C8BFF8. Grayscale: #373737. Windows color (decimal): -13156345 or 475191. OLE color: 475191.

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

Color convert

RGB55647-
CMYK0.1400.890.75
HSL69.47º80.28%13.92%-
HSV(B)69.47º89.06%25.1%-
XYZ3.454.490.89-
YUV54.81101.02128.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=43.65%
G=50.79%
B=5.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556470.1400.890.7569.4780.2813.92
Hex37407E0594B4550e
Octal67100716013111310512016
Binary11011110000001111110010110011001011100010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374007; }

 p { color: rgb(55,64,7); }

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

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

 a { background-color: rgb(55,64,7); }

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

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

 span { border-color: rgb(55,64,7); }

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