Html Css Color HEX #345015 Seaweed

📋 copy color: '#345015'

red 52 ◦ green 80 ◦ blue 21

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

Shades of Seaweed #345015

Tints of Seaweed #345015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

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

R = 33.99%
G = 52.29%
B = 13.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#345015 (or 0x345015) is known color: Seaweed. HEX triplet: 34, 50 and 15. RGB value is (52,80,21). Sum of RGB (Red+Green+Blue) = 52+80+21=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #345015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345015 is #CBAFEA. Grayscale: #414141. Windows color (decimal): -13348843 or 1396788. OLE color: 1396788.

HSL color Cylindrical-coordinate representation of color #345015: hue angle of 88.47º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345015 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 21 -
CMYK 0.35 0 0.74 0.69
HSL 88.47º 0.58% 0.2% -
HSV(B) 88.47º 0.74% 0.31% -
XYZ 4.42 6.52 1.74 -
YUV 64.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 52 80 21 0.35 0 0.74 0.69 88.47 0.58 0.2
Hex 34 50 15 23 0 4A 45 58 3A 14
Octal 64 120 25 43 0 112 105 130 72 24
Binary 110100 1010000 10101 100011 0 1001010 1000101 1011000 111010 10100

Color Harmonies of #345015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345015

Black with #345015

Text Example


Text Example

White with #345015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345015; }

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

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

background-color css

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

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

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

border-color css

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

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

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