Html Css Color HEX #334C11 Turtle Green

📋 copy color: '#334C11'

red 51 ◦ green 76 ◦ blue 17

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

Shades of Turtle Green #334C11

Tints of Turtle Green #334C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.81%

R = 35.42%
G = 52.78%
B = 11.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#334C11 (or 0x334C11) is known color: Turtle Green. HEX triplet: 33, 4C and 11. RGB value is (51,76,17). Sum of RGB (Red+Green+Blue) = 51+76+17=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #334C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C11 is #CCB3EE. Grayscale: #3E3E3E. Windows color (decimal): -13415407 or 1133619. OLE color: 1133619.

HSL color Cylindrical-coordinate representation of color #334C11: hue angle of 85.42º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334C11 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 17 -
CMYK 0.33 0 0.78 0.70
HSL 85.42º 0.63% 0.18% -
HSV(B) 85.42º 0.78% 0.3% -
XYZ 4.05 5.91 1.46 -
YUV 61.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 51 76 17 0.33 0 0.78 0.70 85.42 0.63 0.18
Hex 33 4C 11 21 0 4E 46 55 3F 12
Octal 63 114 21 41 0 116 106 125 77 22
Binary 110011 1001100 10001 100001 0 1001110 1000110 1010101 111111 10010

Color Harmonies of #334C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C11

Black with #334C11

Text Example


Text Example

White with #334C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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