Html Css Color HEX #364A1F Seaweed

📋 copy color: '#364A1F'

red 54 ◦ green 74 ◦ blue 31

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

Shades of Seaweed #364A1F

Tints of Seaweed #364A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.54%

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 33.96%
G = 46.54%
B = 19.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#364A1F (or 0x364A1F) is known color: Seaweed. HEX triplet: 36, 4A and 1F. RGB value is (54,74,31). Sum of RGB (Red+Green+Blue) = 54+74+31=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #364A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A1F is #C9B5E0. Grayscale: #3F3F3F. Windows color (decimal): -13219297 or 2050614. OLE color: 2050614.

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

Color convert

RGB 54 74 31 -
CMYK 0.27 0 0.58 0.71
HSL 87.91º 0.41% 0.21% -
HSV(B) 87.91º 0.58% 0.29% -
XYZ 4.22 5.78 2.19 -
YUV 63.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 54 74 31 0.27 0 0.58 0.71 87.91 0.41 0.21
Hex 36 4A 1F 1B 0 3A 47 58 29 15
Octal 66 112 37 33 0 72 107 130 51 25
Binary 110110 1001010 11111 11011 0 111010 1000111 1011000 101001 10101

Color Harmonies of #364A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A1F

Black with #364A1F

Text Example


Text Example

White with #364A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,74,31); }

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

background-color css

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

 a { background-color: rgb(54,74,31); }

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

border-color css

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

 span { border-color: rgb(54,74,31); }

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