Html Css Color HEX #365714 Seaweed

📋 copy color: '#365714'

red 54 ◦ green 87 ◦ blue 20

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

Shades of Seaweed #365714

Tints of Seaweed #365714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.04%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 33.54%
G = 54.04%
B = 12.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#365714 (or 0x365714) is known color: Seaweed. HEX triplet: 36, 57 and 14. RGB value is (54,87,20). Sum of RGB (Red+Green+Blue) = 54+87+20=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #365714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365714 is #C9A8EB. Grayscale: #454545. Windows color (decimal): -13215980 or 1333046. OLE color: 1333046.

HSL color Cylindrical-coordinate representation of color #365714: hue angle of 89.55º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365714 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 20 -
CMYK 0.38 0 0.77 0.66
HSL 89.55º 0.63% 0.21% -
HSV(B) 89.55º 0.77% 0.34% -
XYZ 5.06 7.65 1.87 -
YUV 69.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 54 87 20 0.38 0 0.77 0.66 89.55 0.63 0.21
Hex 36 57 14 26 0 4D 42 5A 3F 15
Octal 66 127 24 46 0 115 102 132 77 25
Binary 110110 1010111 10100 100110 0 1001101 1000010 1011010 111111 10101

Color Harmonies of #365714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365714

Black with #365714

Text Example


Text Example

White with #365714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365714; }

 p { color: rgb(54,87,20); }

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

background-color css

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

 a { background-color: rgb(54,87,20); }

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

border-color css

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

 span { border-color: rgb(54,87,20); }

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