#334014

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

Shades of Turtle Green #334014

Tints of Turtle Green #334014

Color information

#334014 (or 0x334014) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 14. RGB value is (51,64,20). Sum of RGB (Red+Green+Blue) = 51+64+20=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #334014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334014 is #CCBFEB. Grayscale: #373737. Windows color (decimal): -13418476 or 1327155. OLE color: 1327155.

HSL color Cylindrical-coordinate representation of color #334014: hue angle of 77.73º 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 #334014 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB516420-
CMYK0.2000.690.75
HSL77.73º52.38%16.47%-
HSV(B)77.73º68.75%25.1%-
XYZ3.324.421.34-
YUV55.1108.19125.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=37.78%
G=47.41%
B=14.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164200.2000.690.7577.7352.3816.47
Hex334014140454B4e3410
Octal63100242401051131166420
Binary11001110000001010010100010001011001011100111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334014; }

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

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

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

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

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

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

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

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