Html Css Color HEX #364C1C Seaweed

📋 copy color: '#364C1C'

red 54 ◦ green 76 ◦ blue 28

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

Shades of Seaweed #364C1C

Tints of Seaweed #364C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 34.18%
G = 48.1%
B = 17.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#364C1C (or 0x364C1C) is known color: Seaweed. HEX triplet: 36, 4C and 1C. RGB value is (54,76,28). Sum of RGB (Red+Green+Blue) = 54+76+28=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #364C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C1C is #C9B3E3. Grayscale: #404040. Windows color (decimal): -13218788 or 1854518. OLE color: 1854518.

HSL color Cylindrical-coordinate representation of color #364C1C: hue angle of 87.5º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #364C1C is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 76 28 -
CMYK 0.29 0 0.63 0.70
HSL 87.5º 0.46% 0.2% -
HSV(B) 87.5º 0.63% 0.3% -
XYZ 4.32 6.04 2.04 -
YUV 63.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 54 76 28 0.29 0 0.63 0.70 87.5 0.46 0.2
Hex 36 4C 1C 1D 0 3F 46 57 2E 14
Octal 66 114 34 35 0 77 106 127 56 24
Binary 110110 1001100 11100 11101 0 111111 1000110 1010111 101110 10100

Color Harmonies of #364C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C1C

Black with #364C1C

Text Example


Text Example

White with #364C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364C1C; }

 p { color: rgb(54,76,28); }

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

background-color css

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

 a { background-color: rgb(54,76,28); }

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

border-color css

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

 span { border-color: rgb(54,76,28); }

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