Html Css Color HEX #364C1F Seaweed

📋 copy color: '#364C1F'

red 54 ◦ green 76 ◦ blue 31

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

Shades of Seaweed #364C1F

Tints of Seaweed #364C1F

RGB

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

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

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

R = 33.54%
G = 47.2%
B = 19.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#364C1F (or 0x364C1F) is known color: Seaweed. HEX triplet: 36, 4C and 1F. RGB value is (54,76,31). Sum of RGB (Red+Green+Blue) = 54+76+31=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #364C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C1F is #C9B3E0. Grayscale: #404040. Windows color (decimal): -13218785 or 2051126. OLE color: 2051126.

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

Color convert

RGB 54 76 31 -
CMYK 0.29 0 0.59 0.70
HSL 89.33º 0.42% 0.21% -
HSV(B) 89.33º 0.59% 0.3% -
XYZ 4.35 6.05 2.24 -
YUV 64.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 54 76 31 0.29 0 0.59 0.70 89.33 0.42 0.21
Hex 36 4C 1F 1D 0 3B 46 59 2A 15
Octal 66 114 37 35 0 73 106 131 52 25
Binary 110110 1001100 11111 11101 0 111011 1000110 1011001 101010 10101

Color Harmonies of #364C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C1F

Black with #364C1F

Text Example


Text Example

White with #364C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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