#374614

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

Shades of Turtle Green #374614

Tints of Turtle Green #374614

Color information

#374614 (or 0x374614) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 14. RGB value is (55,70,20). Sum of RGB (Red+Green+Blue) = 55+70+20=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #374614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374614 is #C8B9EB. Grayscale: #3C3C3C. Windows color (decimal): -13154796 or 1328695. OLE color: 1328695.

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

Color convert

RGB557020-
CMYK0.2100.710.73
HSL78º55.56%17.65%-
HSV(B)78º71.43%27.45%-
XYZ3.895.241.47-
YUV59.82105.53124.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=37.93%
G=48.28%
B=13.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570200.2100.710.737855.5617.65
Hex37461415047494e3812
Octal67106242501071111167022
Binary11011110001101010010101010001111001001100111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374614; }

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

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

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

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

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

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

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

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