#334B00

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

Shades of Turtle Green #334B00

Tints of Turtle Green #334B00

Color information

#334B00 (or 0x334B00) is unknown color: approx Turtle Green. HEX triplet: 33, 4B and 00. RGB value is (51,75,0). Sum of RGB (Red+Green+Blue) = 51+75+0=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #334B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B00 is #CCB4FF. Grayscale: #3B3B3B. Windows color (decimal): -13415680 or 19251. OLE color: 19251.

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

Color convert

RGB51750-
CMYK0.32010.71
HSL79.2º100%14.71%-
HSV(B)79.2º100%29.41%-
XYZ3.885.740.9-
YUV59.2794.55122.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 75 (29.69% from 255) = 59.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.48%
G=59.52%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal517500.32010.7179.210014.71
Hex334B020064474f64f
Octal63113040014410711714417
Binary11001110010110100000011001001000111100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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