#334300

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

Shades of Turtle Green #334300

Tints of Turtle Green #334300

Color information

#334300 (or 0x334300) is unknown color: approx Turtle Green. HEX triplet: 33, 43 and 00. RGB value is (51,67,0). Sum of RGB (Red+Green+Blue) = 51+67+0=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #334300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334300 is #CCBCFF. Grayscale: #363636. Windows color (decimal): -13417728 or 17203. OLE color: 17203.

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

Color convert

RGB51670-
CMYK0.24010.74
HSL74.33º100%13.14%-
HSV(B)74.33º100%26.27%-
XYZ3.374.720.73-
YUV54.5897.2125.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.22%
G=56.78%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal516700.24010.7474.3310013.14
Hex33430180644A4a64d
Octal63103030014411211214415
Binary1100111000011011000011001001001010100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334300; }

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

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

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

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

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

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

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

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