Html Css Color HEX #344820 Seaweed

📋 copy color: '#344820'

red 52 ◦ green 72 ◦ blue 32

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

Shades of Seaweed #344820

Tints of Seaweed #344820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.15%

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

R = 33.33%
G = 46.15%
B = 20.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#344820 (or 0x344820) is known color: Seaweed. HEX triplet: 34, 48 and 20. RGB value is (52,72,32). Sum of RGB (Red+Green+Blue) = 52+72+32=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #344820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344820 is #CBB7DF. Grayscale: #3D3D3D. Windows color (decimal): -13350880 or 2115636. OLE color: 2115636.

HSL color Cylindrical-coordinate representation of color #344820: hue angle of 90º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344820 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 32 -
CMYK 0.28 0 0.56 0.72
HSL 90º 0.38% 0.2% -
HSV(B) 90º 0.56% 0.28% -
XYZ 3.99 5.47 2.21 -
YUV 61.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 52 72 32 0.28 0 0.56 0.72 90 0.38 0.2
Hex 34 48 20 1C 0 38 48 5A 26 14
Octal 64 110 40 34 0 70 110 132 46 24
Binary 110100 1001000 100000 11100 0 111000 1001000 1011010 100110 10100

Color Harmonies of #344820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344820

Black with #344820

Text Example


Text Example

White with #344820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344820; }

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

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

background-color css

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

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

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

border-color css

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

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

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