Html Css Color HEX #334C20 Seaweed

📋 copy color: '#334C20'

red 51 ◦ green 76 ◦ blue 32

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

Shades of Seaweed #334C20

Tints of Seaweed #334C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.13%

R = 32.08%
G = 47.8%
B = 20.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#334C20 (or 0x334C20) is known color: Seaweed. HEX triplet: 33, 4C and 20. RGB value is (51,76,32). Sum of RGB (Red+Green+Blue) = 51+76+32=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #334C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C20 is #CCB3DF. Grayscale: #3F3F3F. Windows color (decimal): -13415392 or 2116659. OLE color: 2116659.

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

Color convert

RGB 51 76 32 -
CMYK 0.33 0 0.58 0.70
HSL 94.09º 0.41% 0.21% -
HSV(B) 94.09º 0.58% 0.3% -
XYZ 4.21 5.98 2.3 -
YUV 63.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 51 76 32 0.33 0 0.58 0.70 94.09 0.41 0.21
Hex 33 4C 20 21 0 3A 46 5E 29 15
Octal 63 114 40 41 0 72 106 136 51 25
Binary 110011 1001100 100000 100001 0 111010 1000110 1011110 101001 10101

Color Harmonies of #334C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C20

Black with #334C20

Text Example


Text Example

White with #334C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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