Html Css Color HEX #345713 Seaweed

📋 copy color: '#345713'

red 52 ◦ green 87 ◦ blue 19

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

Shades of Seaweed #345713

Tints of Seaweed #345713

RGB

 RED value IS 52 (20.7% from 255) = 32.91%

 GREEN value IS 87 (34.38% from 255) = 55.06%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 32.91%
G = 55.06%
B = 12.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#345713 (or 0x345713) is known color: Seaweed. HEX triplet: 34, 57 and 13. RGB value is (52,87,19). Sum of RGB (Red+Green+Blue) = 52+87+19=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #345713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345713 is #CBA8EC. Grayscale: #454545. Windows color (decimal): -13347053 or 1267508. OLE color: 1267508.

HSL color Cylindrical-coordinate representation of color #345713: hue angle of 90.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345713 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 19 -
CMYK 0.40 0 0.78 0.66
HSL 90.88º 0.64% 0.21% -
HSV(B) 90.88º 0.78% 0.34% -
XYZ 4.94 7.59 1.82 -
YUV 68.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 52 87 19 0.40 0 0.78 0.66 90.88 0.64 0.21
Hex 34 57 13 28 0 4E 42 5B 40 15
Octal 64 127 23 50 0 116 102 133 100 25
Binary 110100 1010111 10011 101000 0 1001110 1000010 1011011 1000000 10101

Color Harmonies of #345713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345713

Black with #345713

Text Example


Text Example

White with #345713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345713; }

 p { color: rgb(52,87,19); }

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

background-color css

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

 a { background-color: rgb(52,87,19); }

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

border-color css

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

 span { border-color: rgb(52,87,19); }

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