#334D0B

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

Shades of Turtle Green #334D0B

Tints of Turtle Green #334D0B

Color information

#334D0B (or 0x334D0B) is unknown color: approx Turtle Green. HEX triplet: 33, 4D and 0B. RGB value is (51,77,11). Sum of RGB (Red+Green+Blue) = 51+77+11=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #334D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334D0B is #CCB2F4. Grayscale: #3D3D3D. Windows color (decimal): -13415157 or 740659. OLE color: 740659.

HSL color Cylindrical-coordinate representation of color #334D0B: hue angle of 83.64º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #334D0B is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB517711-
CMYK0.3400.860.70
HSL83.64º75%17.25%-
HSV(B)83.64º85.71%30.2%-
XYZ4.086.041.27-
YUV61.799.39120.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=36.69%
G=55.40%
B=7.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5177110.3400.860.7083.647517.25
Hex334DB2205646544b11
Octal631151342012610612411321
Binary110011100110110111000100101011010001101010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,77,11); }

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

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

 a { background-color: rgb(51,77,11); }

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

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

 span { border-color: rgb(51,77,11); }

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