#374601

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

Shades of Turtle Green #374601

Tints of Turtle Green #374601

Color information

#374601 (or 0x374601) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 01. RGB value is (55,70,1). Sum of RGB (Red+Green+Blue) = 55+70+1=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #374601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374601 is #C8B9FE. Grayscale: #393939. Windows color (decimal): -13154815 or 83511. OLE color: 83511.

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

Color convert

RGB55701-
CMYK0.2100.990.73
HSL73.04º97.18%13.92%-
HSV(B)73.04º98.57%27.45%-
XYZ3.775.190.83-
YUV57.6596.03126.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=43.65%
G=55.56%
B=0.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal557010.2100.990.7373.0497.1813.92
Hex3746115063494961e
Octal67106125014311111114116
Binary1101111000110110101011000111001001100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374601; }

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

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

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

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

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

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

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

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