Html Css Color HEX #334128 Seaweed

📋 copy color: '#334128'

red 51 ◦ green 65 ◦ blue 40

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

Shades of Seaweed #334128

Tints of Seaweed #334128

RGB

 RED value IS 51 (20.31% from 255) = 32.69%

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 32.69%
G = 41.67%
B = 25.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#334128 (or 0x334128) is known color: Seaweed. HEX triplet: 33, 41 and 28. RGB value is (51,65,40). Sum of RGB (Red+Green+Blue) = 51+65+40=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #334128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334128 is #CCBED7. Grayscale: #3A3A3A. Windows color (decimal): -13418200 or 2638131. OLE color: 2638131.

HSL color Cylindrical-coordinate representation of color #334128: hue angle of 93.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334128 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 65 40 -
CMYK 0.22 0 0.38 0.75
HSL 93.6º 0.24% 0.21% -
HSV(B) 93.6º 0.38% 0.25% -
XYZ 3.64 4.64 2.71 -
YUV 57.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 51 65 40 0.22 0 0.38 0.75 93.6 0.24 0.21
Hex 33 41 28 16 0 26 4B 5E 18 15
Octal 63 101 50 26 0 46 113 136 30 25
Binary 110011 1000001 101000 10110 0 100110 1001011 1011110 11000 10101

Color Harmonies of #334128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334128

Black with #334128

Text Example


Text Example

White with #334128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334128; }

 p { color: rgb(51,65,40); }

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

background-color css

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

 a { background-color: rgb(51,65,40); }

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

border-color css

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

 span { border-color: rgb(51,65,40); }

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