Html Css Color HEX #335314 Seaweed

📋 copy color: '#335314'

red 51 ◦ green 83 ◦ blue 20

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

Shades of Seaweed #335314

Tints of Seaweed #335314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.9%

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

R = 33.12%
G = 53.9%
B = 12.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#335314 (or 0x335314) is known color: Seaweed. HEX triplet: 33, 53 and 14. RGB value is (51,83,20). Sum of RGB (Red+Green+Blue) = 51+83+20=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #335314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335314 is #CCACEB. Grayscale: #424242. Windows color (decimal): -13413612 or 1332019. OLE color: 1332019.

HSL color Cylindrical-coordinate representation of color #335314: hue angle of 90.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335314 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 20 -
CMYK 0.39 0 0.76 0.67
HSL 90.48º 0.61% 0.2% -
HSV(B) 90.48º 0.76% 0.33% -
XYZ 4.58 6.94 1.76 -
YUV 66.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 51 83 20 0.39 0 0.76 0.67 90.48 0.61 0.2
Hex 33 53 14 27 0 4C 43 5A 3D 14
Octal 63 123 24 47 0 114 103 132 75 24
Binary 110011 1010011 10100 100111 0 1001100 1000011 1011010 111101 10100

Color Harmonies of #335314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335314

Black with #335314

Text Example


Text Example

White with #335314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335314; }

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

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

background-color css

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

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

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

border-color css

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

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

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