#344021

Color #344021 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #344021

Tints of Seaweed #344021

Color information

#344021 (or 0x344021) is unknown color: approx Seaweed. HEX triplet: 34, 40 and 21. RGB value is (52,64,33). Sum of RGB (Red+Green+Blue) = 52+64+33=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #344021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344021 is #CBBFDE. Grayscale: #383838. Windows color (decimal): -13352927 or 2179124. OLE color: 2179124.

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

Color convert

RGB526433-
CMYK0.1900.480.75
HSL83.23º31.96%19.02%-
HSV(B)83.23º48.44%25.1%-
XYZ3.524.512.12-
YUV56.88114.52124.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=34.90%
G=42.95%
B=22.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264330.1900.480.7583.2331.9619.02
Hex344021130304B532013
Octal6410041230601131234023
Binary11010010000001000011001101100001001011101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344021; }

 p { color: rgb(52,64,33); }

 H1.HeaderClassName
 {
   color: #344021;
 }
 .AnyTagClassName
 {
   color: #344021;
 }
</style>
background-color css

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

 a { background-color: rgb(52,64,33); }

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

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

 span { border-color: rgb(52,64,33); }

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