Html Css Color HEX #364128 Seaweed

📋 copy color: '#364128'

red 54 ◦ green 65 ◦ blue 40

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

Shades of Seaweed #364128

Tints of Seaweed #364128

RGB

 RED value IS 54 (21.48% from 255) = 33.96%

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

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

R = 33.96%
G = 40.88%
B = 25.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#364128 (or 0x364128) is known color: Seaweed. HEX triplet: 36, 41 and 28. RGB value is (54,65,40). Sum of RGB (Red+Green+Blue) = 54+65+40=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #364128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364128 is #C9BED7. Grayscale: #3A3A3A. Windows color (decimal): -13221592 or 2638134. OLE color: 2638134.

HSL color Cylindrical-coordinate representation of color #364128: hue angle of 86.4º 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 #364128 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 40 -
CMYK 0.17 0 0.38 0.75
HSL 86.4º 0.24% 0.21% -
HSV(B) 86.4º 0.38% 0.25% -
XYZ 3.79 4.72 2.72 -
YUV 58.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 54 65 40 0.17 0 0.38 0.75 86.4 0.24 0.21
Hex 36 41 28 11 0 26 4B 56 18 15
Octal 66 101 50 21 0 46 113 126 30 25
Binary 110110 1000001 101000 10001 0 100110 1001011 1010110 11000 10101

Color Harmonies of #364128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364128

Black with #364128

Text Example


Text Example

White with #364128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364128; }

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

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

background-color css

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

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

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

border-color css

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

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

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