Html Css Color HEX #334021 Seaweed

📋 copy color: '#334021'

red 51 ◦ green 64 ◦ blue 33

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

Shades of Seaweed #334021

Tints of Seaweed #334021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 34.46%
G = 43.24%
B = 22.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#334021 (or 0x334021) is known color: Seaweed. HEX triplet: 33, 40 and 21. RGB value is (51,64,33). Sum of RGB (Red+Green+Blue) = 51+64+33=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #334021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334021 is #CCBFDE. Grayscale: #383838. Windows color (decimal): -13418463 or 2179123. OLE color: 2179123.

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

Color convert

RGB 51 64 33 -
CMYK 0.20 0 0.48 0.75
HSL 85.16º 0.32% 0.19% -
HSV(B) 85.16º 0.48% 0.25% -
XYZ 3.47 4.48 2.12 -
YUV 56.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 51 64 33 0.20 0 0.48 0.75 85.16 0.32 0.19
Hex 33 40 21 14 0 30 4B 55 20 13
Octal 63 100 41 24 0 60 113 125 40 23
Binary 110011 1000000 100001 10100 0 110000 1001011 1010101 100000 10011

Color Harmonies of #334021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334021

Black with #334021

Text Example


Text Example

White with #334021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334021; }

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

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

background-color css

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

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

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

border-color css

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

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

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