#334107

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

Shades of Turtle Green #334107

Tints of Turtle Green #334107

Color information

#334107 (or 0x334107) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 07. RGB value is (51,65,7). Sum of RGB (Red+Green+Blue) = 51+65+7=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #334107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334107 is #CCBEF8. Grayscale: #363636. Windows color (decimal): -13418233 or 475443. OLE color: 475443.

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

Color convert

RGB51657-
CMYK0.2200.890.75
HSL74.48º80.56%14.12%-
HSV(B)74.48º89.23%25.49%-
XYZ3.294.50.9-
YUV54.2101.36125.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=41.46%
G=52.85%
B=5.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516570.2200.890.7574.4880.5614.12
Hex33417160594B4a51e
Octal63101726013111311212116
Binary110011100000111110110010110011001011100101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334107; }

 p { color: rgb(51,65,7); }

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

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

 a { background-color: rgb(51,65,7); }

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

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

 span { border-color: rgb(51,65,7); }

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