Html Css Color HEX #334C00 Turtle Green

📋 copy color: '#334C00'

red 51 ◦ green 76 ◦ blue 0

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

Shades of Turtle Green #334C00

Tints of Turtle Green #334C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.84%

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

R = 40.16%
G = 59.84%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#334C00 (or 0x334C00) is known color: Turtle Green. HEX triplet: 33, 4C and 00. RGB value is (51,76,0). Sum of RGB (Red+Green+Blue) = 51+76+0=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #334C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C00 is #CCB3FF. Grayscale: #3C3C3C. Windows color (decimal): -13415424 or 19507. OLE color: 19507.

HSL color Cylindrical-coordinate representation of color #334C00: hue angle of 79.74º 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 #334C00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 0 -
CMYK 0.33 0 1 0.70
HSL 79.74º 1% 0.15% -
HSV(B) 79.74º 1% 0.3% -
XYZ 3.95 5.87 0.93 -
YUV 59.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 51 76 0 0.33 0 1 0.70 79.74 1 0.15
Hex 33 4C 0 21 0 64 46 50 64 F
Octal 63 114 0 41 0 144 106 120 144 17
Binary 110011 1001100 0 100001 0 1100100 1000110 1010000 1100100 1111

Color Harmonies of #334C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C00

Black with #334C00

Text Example


Text Example

White with #334C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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