Html Css Color HEX #334900 Turtle Green

📋 copy color: '#334900'

red 51 ◦ green 73 ◦ blue 0

#334900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #334900

Tints of Turtle Green #334900

RGB

 RED value IS 51 (20.31% from 255) = 41.13%

 GREEN value IS 73 (28.91% from 255) = 58.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.13%
G = 58.87%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#334900 (or 0x334900) is known color: Turtle Green. HEX triplet: 33, 49 and 00. RGB value is (51,73,0). Sum of RGB (Red+Green+Blue) = 51+73+0=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #334900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334900 is #CCB6FF. Grayscale: #3A3A3A. Windows color (decimal): -13416192 or 18739. OLE color: 18739.

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

Color convert

RGB 51 73 0 -
CMYK 0.30 0 1 0.71
HSL 78.08º 1% 0.14% -
HSV(B) 78.08º 1% 0.29% -
XYZ 3.75 5.47 0.86 -
YUV 58.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 51 73 0 0.30 0 1 0.71 78.08 1 0.14
Hex 33 49 0 1E 0 64 47 4E 64 E
Octal 63 111 0 36 0 144 107 116 144 16
Binary 110011 1001001 0 11110 0 1100100 1000111 1001110 1100100 1110

Color Harmonies of #334900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334900

Black with #334900

Text Example


Text Example

White with #334900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334900; }

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

 H1.HeaderClassName
 {
   color: #334900;
 }
 .AnyTagClassName
 {
   color: #334900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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