#374801

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

Shades of Turtle Green #374801

Tints of Turtle Green #374801

Color information

#374801 (or 0x374801) is unknown color: approx Turtle Green. HEX triplet: 37, 48 and 01. RGB value is (55,72,1). Sum of RGB (Red+Green+Blue) = 55+72+1=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #374801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374801 is #C8B7FE. Grayscale: #3B3B3B. Windows color (decimal): -13154303 or 84023. OLE color: 84023.

HSL color Cylindrical-coordinate representation of color #374801: hue angle of 74.37º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #374801 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB55721-
CMYK0.2400.990.72
HSL74.37º97.26%14.31%-
HSV(B)74.37º98.61%28.24%-
XYZ3.95.450.88-
YUV58.8295.37125.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=42.97%
G=56.25%
B=0.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal557210.2400.990.7274.3797.2614.31
Hex3748118063484a61e
Octal67110130014311011214116
Binary1101111001000111000011000111001000100101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374801; }

 p { color: rgb(55,72,1); }

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

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

 a { background-color: rgb(55,72,1); }

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

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

 span { border-color: rgb(55,72,1); }

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