Html Css Color HEX #364B21 Seaweed

📋 copy color: '#364B21'

red 54 ◦ green 75 ◦ blue 33

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

Shades of Seaweed #364B21

Tints of Seaweed #364B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.3%

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 33.33%
G = 46.3%
B = 20.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#364B21 (or 0x364B21) is known color: Seaweed. HEX triplet: 36, 4B and 21. RGB value is (54,75,33). Sum of RGB (Red+Green+Blue) = 54+75+33=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #364B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B21 is #C9B4DE. Grayscale: #404040. Windows color (decimal): -13219039 or 2181942. OLE color: 2181942.

HSL color Cylindrical-coordinate representation of color #364B21: hue angle of 90º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #364B21 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 33 -
CMYK 0.28 0 0.56 0.71
HSL 90º 0.39% 0.21% -
HSV(B) 90º 0.56% 0.29% -
XYZ 4.31 5.93 2.36 -
YUV 63.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 54 75 33 0.28 0 0.56 0.71 90 0.39 0.21
Hex 36 4B 21 1C 0 38 47 5A 27 15
Octal 66 113 41 34 0 70 107 132 47 25
Binary 110110 1001011 100001 11100 0 111000 1000111 1011010 100111 10101

Color Harmonies of #364B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B21

Black with #364B21

Text Example


Text Example

White with #364B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,33); }

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

background-color css

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

 a { background-color: rgb(54,75,33); }

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

border-color css

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

 span { border-color: rgb(54,75,33); }

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