Html Css Color HEX #335212 Seaweed

📋 copy color: '#335212'

red 51 ◦ green 82 ◦ blue 18

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

Shades of Seaweed #335212

Tints of Seaweed #335212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 54.3%

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 33.77%
G = 54.3%
B = 11.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#335212 (or 0x335212) is known color: Seaweed. HEX triplet: 33, 52 and 12. RGB value is (51,82,18). Sum of RGB (Red+Green+Blue) = 51+82+18=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #335212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335212 is #CCADED. Grayscale: #414141. Windows color (decimal): -13413870 or 1200691. OLE color: 1200691.

HSL color Cylindrical-coordinate representation of color #335212: hue angle of 89.06º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335212 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 18 -
CMYK 0.38 0 0.78 0.68
HSL 89.06º 0.64% 0.2% -
HSV(B) 89.06º 0.78% 0.32% -
XYZ 4.49 6.78 1.64 -
YUV 65.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 51 82 18 0.38 0 0.78 0.68 89.06 0.64 0.2
Hex 33 52 12 26 0 4E 44 59 40 14
Octal 63 122 22 46 0 116 104 131 100 24
Binary 110011 1010010 10010 100110 0 1001110 1000100 1011001 1000000 10100

Color Harmonies of #335212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335212

Black with #335212

Text Example


Text Example

White with #335212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335212; }

 p { color: rgb(51,82,18); }

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

background-color css

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

 a { background-color: rgb(51,82,18); }

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

border-color css

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

 span { border-color: rgb(51,82,18); }

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