#334C0B

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

Shades of Turtle Green #334C0B

Tints of Turtle Green #334C0B

Color information

#334C0B (or 0x334C0B) is unknown color: approx Turtle Green. HEX triplet: 33, 4C and 0B. RGB value is (51,76,11). Sum of RGB (Red+Green+Blue) = 51+76+11=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #334C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C0B is #CCB3F4. Grayscale: #3D3D3D. Windows color (decimal): -13415413 or 740403. OLE color: 740403.

HSL color Cylindrical-coordinate representation of color #334C0B: hue angle of 83.08º 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 #334C0B is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB517611-
CMYK0.3300.860.70
HSL83.08º74.71%17.06%-
HSV(B)83.08º85.53%29.8%-
XYZ4.015.91.24-
YUV61.1199.72120.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 76 (30.08% from 255) = 55.07%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=36.96%
G=55.07%
B=7.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176110.3300.860.7083.0874.7117.06
Hex334CB2105646534b11
Octal631141341012610612311321
Binary110011100110010111000010101011010001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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