#334B06

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

Shades of Turtle Green #334B06

Tints of Turtle Green #334B06

Color information

#334B06 (or 0x334B06) is unknown color: approx Turtle Green. HEX triplet: 33, 4B and 06. RGB value is (51,75,6). Sum of RGB (Red+Green+Blue) = 51+75+6=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #334B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B06 is #CCB4F9. Grayscale: #3C3C3C. Windows color (decimal): -13415674 or 412467. OLE color: 412467.

HSL color Cylindrical-coordinate representation of color #334B06: hue angle of 80.87º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #334B06 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB51756-
CMYK0.3200.920.71
HSL80.87º85.19%15.88%-
HSV(B)80.87º92%29.41%-
XYZ3.915.751.08-
YUV59.9697.55121.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 75 (29.69% from 255) = 56.82%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=38.64%
G=56.82%
B=4.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal517560.3200.920.7180.8785.1915.88
Hex334B62005C47515510
Octal63113640013410712112520
Binary11001110010111101000000101110010001111010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334B06; }

 p { color: rgb(51,75,6); }

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

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

 a { background-color: rgb(51,75,6); }

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

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

 span { border-color: rgb(51,75,6); }

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