Html Css Color HEX #334020 Seaweed

📋 copy color: '#334020'

red 51 ◦ green 64 ◦ blue 32

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

Shades of Seaweed #334020

Tints of Seaweed #334020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

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

R = 34.69%
G = 43.54%
B = 21.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#334020 (or 0x334020) is known color: Seaweed. HEX triplet: 33, 40 and 20. RGB value is (51,64,32). Sum of RGB (Red+Green+Blue) = 51+64+32=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #334020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334020 is #CCBFDF. Grayscale: #383838. Windows color (decimal): -13418464 or 2113587. OLE color: 2113587.

HSL color Cylindrical-coordinate representation of color #334020: hue angle of 84.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334020 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 32 -
CMYK 0.20 0 0.50 0.75
HSL 84.38º 0.33% 0.19% -
HSV(B) 84.38º 0.5% 0.25% -
XYZ 3.46 4.47 2.05 -
YUV 56.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 51 64 32 0.20 0 0.50 0.75 84.38 0.33 0.19
Hex 33 40 20 14 0 32 4B 54 21 13
Octal 63 100 40 24 0 62 113 124 41 23
Binary 110011 1000000 100000 10100 0 110010 1001011 1010100 100001 10011

Color Harmonies of #334020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334020

Black with #334020

Text Example


Text Example

White with #334020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334020; }

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

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

background-color css

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

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

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

border-color css

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

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

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