Html Css Color HEX #334120 Seaweed

📋 copy color: '#334120'

red 51 ◦ green 65 ◦ blue 32

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

Shades of Seaweed #334120

Tints of Seaweed #334120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

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

R = 34.46%
G = 43.92%
B = 21.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#334120 (or 0x334120) is known color: Seaweed. HEX triplet: 33, 41 and 20. RGB value is (51,65,32). Sum of RGB (Red+Green+Blue) = 51+65+32=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #334120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334120 is #CCBEDF. Grayscale: #393939. Windows color (decimal): -13418208 or 2113843. OLE color: 2113843.

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

Color convert

RGB 51 65 32 -
CMYK 0.22 0 0.51 0.75
HSL 85.45º 0.34% 0.19% -
HSV(B) 85.45º 0.51% 0.25% -
XYZ 3.52 4.59 2.07 -
YUV 57.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 51 65 32 0.22 0 0.51 0.75 85.45 0.34 0.19
Hex 33 41 20 16 0 33 4B 55 22 13
Octal 63 101 40 26 0 63 113 125 42 23
Binary 110011 1000001 100000 10110 0 110011 1001011 1010101 100010 10011

Color Harmonies of #334120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334120

Black with #334120

Text Example


Text Example

White with #334120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334120; }

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

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

background-color css

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

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

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

border-color css

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

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

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