Html Css Color HEX #334D00 Turtle Green

📋 copy color: '#334D00'

red 51 ◦ green 77 ◦ blue 0

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

Shades of Turtle Green #334D00

Tints of Turtle Green #334D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 60.16%

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

R = 39.84%
G = 60.16%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#334D00 (or 0x334D00) is known color: Turtle Green. HEX triplet: 33, 4D and 00. RGB value is (51,77,0). Sum of RGB (Red+Green+Blue) = 51+77+0=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #334D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334D00 is #CCB2FF. Grayscale: #3C3C3C. Windows color (decimal): -13415168 or 19763. OLE color: 19763.

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

Color convert

RGB 51 77 0 -
CMYK 0.34 0 1 0.70
HSL 80.26º 1% 0.15% -
HSV(B) 80.26º 1% 0.3% -
XYZ 4.02 6.01 0.95 -
YUV 60.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 51 77 0 0.34 0 1 0.70 80.26 1 0.15
Hex 33 4D 0 22 0 64 46 50 64 F
Octal 63 115 0 42 0 144 106 120 144 17
Binary 110011 1001101 0 100010 0 1100100 1000110 1010000 1100100 1111

Color Harmonies of #334D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D00

Black with #334D00

Text Example


Text Example

White with #334D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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