Html Css Color HEX #345319 Seaweed

📋 copy color: '#345319'

red 52 ◦ green 83 ◦ blue 25

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

Shades of Seaweed #345319

Tints of Seaweed #345319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 32.5%
G = 51.88%
B = 15.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#345319 (or 0x345319) is known color: Seaweed. HEX triplet: 34, 53 and 19. RGB value is (52,83,25). Sum of RGB (Red+Green+Blue) = 52+83+25=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #345319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345319 is #CBACE6. Grayscale: #434343. Windows color (decimal): -13348071 or 1659700. OLE color: 1659700.

HSL color Cylindrical-coordinate representation of color #345319: hue angle of 92.07º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345319 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 25 -
CMYK 0.37 0 0.70 0.67
HSL 92.07º 0.54% 0.21% -
HSV(B) 92.07º 0.7% 0.33% -
XYZ 4.68 6.99 2.02 -
YUV 67.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 52 83 25 0.37 0 0.70 0.67 92.07 0.54 0.21
Hex 34 53 19 25 0 46 43 5C 36 15
Octal 64 123 31 45 0 106 103 134 66 25
Binary 110100 1010011 11001 100101 0 1000110 1000011 1011100 110110 10101

Color Harmonies of #345319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345319

Black with #345319

Text Example


Text Example

White with #345319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345319; }

 p { color: rgb(52,83,25); }

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

background-color css

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

 a { background-color: rgb(52,83,25); }

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

border-color css

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

 span { border-color: rgb(52,83,25); }

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