Html Css Color HEX #345815 Seaweed

📋 copy color: '#345815'

red 52 ◦ green 88 ◦ blue 21

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

Shades of Seaweed #345815

Tints of Seaweed #345815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.66%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 32.3%
G = 54.66%
B = 13.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#345815 (or 0x345815) is known color: Seaweed. HEX triplet: 34, 58 and 15. RGB value is (52,88,21). Sum of RGB (Red+Green+Blue) = 52+88+21=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #345815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345815 is #CBA7EA. Grayscale: #454545. Windows color (decimal): -13346795 or 1398836. OLE color: 1398836.

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

Color convert

RGB 52 88 21 -
CMYK 0.41 0 0.76 0.65
HSL 92.24º 0.61% 0.21% -
HSV(B) 92.24º 0.76% 0.35% -
XYZ 5.04 7.76 1.94 -
YUV 69.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 52 88 21 0.41 0 0.76 0.65 92.24 0.61 0.21
Hex 34 58 15 29 0 4C 41 5C 3D 15
Octal 64 130 25 51 0 114 101 134 75 25
Binary 110100 1011000 10101 101001 0 1001100 1000001 1011100 111101 10101

Color Harmonies of #345815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345815

Black with #345815

Text Example


Text Example

White with #345815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345815; }

 p { color: rgb(52,88,21); }

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

background-color css

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

 a { background-color: rgb(52,88,21); }

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

border-color css

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

 span { border-color: rgb(52,88,21); }

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