Html Css Color HEX #334800 Turtle Green

📋 copy color: '#334800'

red 51 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #334800

Tints of Turtle Green #334800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 41.46%
G = 58.54%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#334800 (or 0x334800) is known color: Turtle Green. HEX triplet: 33, 48 and 00. RGB value is (51,72,0). Sum of RGB (Red+Green+Blue) = 51+72+0=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #334800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334800 is #CCB7FF. Grayscale: #393939. Windows color (decimal): -13416448 or 18483. OLE color: 18483.

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

Color convert

RGB 51 72 0 -
CMYK 0.29 0 1 0.72
HSL 77.5º 1% 0.14% -
HSV(B) 77.5º 1% 0.28% -
XYZ 3.68 5.34 0.84 -
YUV 57.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 51 72 0 0.29 0 1 0.72 77.5 1 0.14
Hex 33 48 0 1D 0 64 48 4E 64 E
Octal 63 110 0 35 0 144 110 116 144 16
Binary 110011 1001000 0 11101 0 1100100 1001000 1001110 1100100 1110

Color Harmonies of #334800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334800

Black with #334800

Text Example


Text Example

White with #334800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334800; }

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

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

background-color css

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

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

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

border-color css

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

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

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