#374014

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

Shades of Turtle Green #374014

Tints of Turtle Green #374014

Color information

#374014 (or 0x374014) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 14. RGB value is (55,64,20). Sum of RGB (Red+Green+Blue) = 55+64+20=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #374014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374014 is #C8BFEB. Grayscale: #383838. Windows color (decimal): -13156332 or 1327159. OLE color: 1327159.

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

Color convert

RGB556420-
CMYK0.1400.690.75
HSL72.27º52.38%16.47%-
HSV(B)72.27º68.75%25.1%-
XYZ3.544.531.35-
YUV56.29107.52127.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=39.57%
G=46.04%
B=14.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564200.1400.690.7572.2752.3816.47
Hex374014E0454B483410
Octal67100241601051131106420
Binary1101111000000101001110010001011001011100100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374014; }

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

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

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

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

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

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

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

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