Html Css Color HEX #364228 Seaweed

📋 copy color: '#364228'

red 54 ◦ green 66 ◦ blue 40

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

Shades of Seaweed #364228

Tints of Seaweed #364228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

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

R = 33.75%
G = 41.25%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#364228 (or 0x364228) is known color: Seaweed. HEX triplet: 36, 42 and 28. RGB value is (54,66,40). Sum of RGB (Red+Green+Blue) = 54+66+40=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #364228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364228 is #C9BDD7. Grayscale: #3B3B3B. Windows color (decimal): -13221336 or 2638390. OLE color: 2638390.

HSL color Cylindrical-coordinate representation of color #364228: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364228 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 40 -
CMYK 0.18 0 0.39 0.74
HSL 87.69º 0.25% 0.21% -
HSV(B) 87.69º 0.39% 0.26% -
XYZ 3.85 4.83 2.74 -
YUV 59.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 54 66 40 0.18 0 0.39 0.74 87.69 0.25 0.21
Hex 36 42 28 12 0 27 4A 58 19 15
Octal 66 102 50 22 0 47 112 130 31 25
Binary 110110 1000010 101000 10010 0 100111 1001010 1011000 11001 10101

Color Harmonies of #364228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364228

Black with #364228

Text Example


Text Example

White with #364228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364228; }

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

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

background-color css

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

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

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

border-color css

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

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

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