Html Css Color HEX #364029 Seaweed

📋 copy color: '#364029'

red 54 ◦ green 64 ◦ blue 41

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

Shades of Seaweed #364029

Tints of Seaweed #364029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 33.96%
G = 40.25%
B = 25.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#364029 (or 0x364029) is known color: Seaweed. HEX triplet: 36, 40 and 29. RGB value is (54,64,41). Sum of RGB (Red+Green+Blue) = 54+64+41=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #364029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364029 is #C9BFD6. Grayscale: #3A3A3A. Windows color (decimal): -13221847 or 2703414. OLE color: 2703414.

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

Color convert

RGB 54 64 41 -
CMYK 0.16 0 0.36 0.75
HSL 86.09º 0.22% 0.21% -
HSV(B) 86.09º 0.36% 0.25% -
XYZ 3.75 4.61 2.79 -
YUV 58.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 54 64 41 0.16 0 0.36 0.75 86.09 0.22 0.21
Hex 36 40 29 10 0 24 4B 56 16 15
Octal 66 100 51 20 0 44 113 126 26 25
Binary 110110 1000000 101001 10000 0 100100 1001011 1010110 10110 10101

Color Harmonies of #364029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364029

Black with #364029

Text Example


Text Example

White with #364029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364029; }

 p { color: rgb(54,64,41); }

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

background-color css

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

 a { background-color: rgb(54,64,41); }

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

border-color css

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

 span { border-color: rgb(54,64,41); }

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