Html Css Color HEX #34481E Seaweed

📋 copy color: '#34481E'

red 52 ◦ green 72 ◦ blue 30

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

Shades of Seaweed #34481E

Tints of Seaweed #34481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 33.77%
G = 46.75%
B = 19.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#34481E (or 0x34481E) is known color: Seaweed. HEX triplet: 34, 48 and 1E. RGB value is (52,72,30). Sum of RGB (Red+Green+Blue) = 52+72+30=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #34481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34481E is #CBB7E1. Grayscale: #3D3D3D. Windows color (decimal): -13350882 or 1984564. OLE color: 1984564.

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

Color convert

RGB 52 72 30 -
CMYK 0.28 0 0.58 0.72
HSL 88.57º 0.41% 0.2% -
HSV(B) 88.57º 0.58% 0.28% -
XYZ 3.97 5.46 2.07 -
YUV 61.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 52 72 30 0.28 0 0.58 0.72 88.57 0.41 0.2
Hex 34 48 1E 1C 0 3A 48 59 29 14
Octal 64 110 36 34 0 72 110 131 51 24
Binary 110100 1001000 11110 11100 0 111010 1001000 1011001 101001 10100

Color Harmonies of #34481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34481E

Black with #34481E

Text Example


Text Example

White with #34481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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