Html Css Color HEX #335914 Seaweed

📋 copy color: '#335914'

red 51 ◦ green 89 ◦ blue 20

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

Shades of Seaweed #335914

Tints of Seaweed #335914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.63%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 31.88%
G = 55.63%
B = 12.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#335914 (or 0x335914) is known color: Seaweed. HEX triplet: 33, 59 and 14. RGB value is (51,89,20). Sum of RGB (Red+Green+Blue) = 51+89+20=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #335914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335914 is #CCA6EB. Grayscale: #464646. Windows color (decimal): -13412076 or 1333555. OLE color: 1333555.

HSL color Cylindrical-coordinate representation of color #335914: hue angle of 93.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335914 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 89 20 -
CMYK 0.43 0 0.78 0.65
HSL 93.04º 0.63% 0.21% -
HSV(B) 93.04º 0.78% 0.35% -
XYZ 5.06 7.9 1.92 -
YUV 69.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 51 89 20 0.43 0 0.78 0.65 93.04 0.63 0.21
Hex 33 59 14 2B 0 4E 41 5D 3F 15
Octal 63 131 24 53 0 116 101 135 77 25
Binary 110011 1011001 10100 101011 0 1001110 1000001 1011101 111111 10101

Color Harmonies of #335914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335914

Black with #335914

Text Example


Text Example

White with #335914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335914; }

 p { color: rgb(51,89,20); }

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

background-color css

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

 a { background-color: rgb(51,89,20); }

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

border-color css

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

 span { border-color: rgb(51,89,20); }

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