#334000

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

Shades of Turtle Green #334000

Tints of Turtle Green #334000

Color information

#334000 (or 0x334000) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 00. RGB value is (51,64,0). Sum of RGB (Red+Green+Blue) = 51+64+0=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #334000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334000 is #CCBFFF. Grayscale: #353535. Windows color (decimal): -13418496 or 16435. OLE color: 16435.

HSL color Cylindrical-coordinate representation of color #334000: hue angle of 72.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #334000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB51640-
CMYK0.20010.75
HSL72.19º100%12.55%-
HSV(B)72.19º100%25.1%-
XYZ3.24.370.68-
YUV52.8298.19126.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.35%
G=55.65%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516400.20010.7572.1910012.55
Hex33400140644B4864d
Octal63100024014411311014415
Binary1100111000000010100011001001001011100100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334000; }

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

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

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

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

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

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

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

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