Html Css Color HEX #344120 Seaweed

📋 copy color: '#344120'

red 52 ◦ green 65 ◦ blue 32

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

Shades of Seaweed #344120

Tints of Seaweed #344120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 34.9%
G = 43.62%
B = 21.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#344120 (or 0x344120) is known color: Seaweed. HEX triplet: 34, 41 and 20. RGB value is (52,65,32). Sum of RGB (Red+Green+Blue) = 52+65+32=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #344120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344120 is #CBBEDF. Grayscale: #393939. Windows color (decimal): -13352672 or 2113844. OLE color: 2113844.

HSL color Cylindrical-coordinate representation of color #344120: hue angle of 83.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #344120 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 32 -
CMYK 0.20 0 0.51 0.75
HSL 83.64º 0.34% 0.19% -
HSV(B) 83.64º 0.51% 0.25% -
XYZ 3.57 4.61 2.07 -
YUV 57.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 52 65 32 0.20 0 0.51 0.75 83.64 0.34 0.19
Hex 34 41 20 14 0 33 4B 54 22 13
Octal 64 101 40 24 0 63 113 124 42 23
Binary 110100 1000001 100000 10100 0 110011 1001011 1010100 100010 10011

Color Harmonies of #344120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344120

Black with #344120

Text Example


Text Example

White with #344120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344120; }

 p { color: rgb(52,65,32); }

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

background-color css

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

 a { background-color: rgb(52,65,32); }

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

border-color css

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

 span { border-color: rgb(52,65,32); }

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