Html Css Color HEX #334520 Seaweed

📋 copy color: '#334520'

red 51 ◦ green 69 ◦ blue 32

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

Shades of Seaweed #334520

Tints of Seaweed #334520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

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

R = 33.55%
G = 45.39%
B = 21.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#334520 (or 0x334520) is known color: Seaweed. HEX triplet: 33, 45 and 20. RGB value is (51,69,32). Sum of RGB (Red+Green+Blue) = 51+69+32=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #334520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334520 is #CCBADF. Grayscale: #3B3B3B. Windows color (decimal): -13417184 or 2114867. OLE color: 2114867.

HSL color Cylindrical-coordinate representation of color #334520: hue angle of 89.19º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #334520 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 69 32 -
CMYK 0.26 0 0.54 0.73
HSL 89.19º 0.37% 0.2% -
HSV(B) 89.19º 0.54% 0.27% -
XYZ 3.75 5.06 2.15 -
YUV 59.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 51 69 32 0.26 0 0.54 0.73 89.19 0.37 0.2
Hex 33 45 20 1A 0 36 49 59 25 14
Octal 63 105 40 32 0 66 111 131 45 24
Binary 110011 1000101 100000 11010 0 110110 1001001 1011001 100101 10100

Color Harmonies of #334520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334520

Black with #334520

Text Example


Text Example

White with #334520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334520; }

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

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

background-color css

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

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

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

border-color css

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

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

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