Html Css Color HEX #365914 Seaweed

📋 copy color: '#365914'

red 54 ◦ green 89 ◦ blue 20

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

Shades of Seaweed #365914

Tints of Seaweed #365914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

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

R = 33.13%
G = 54.6%
B = 12.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#365914 (or 0x365914) is known color: Seaweed. HEX triplet: 36, 59 and 14. RGB value is (54,89,20). Sum of RGB (Red+Green+Blue) = 54+89+20=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #365914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365914 is #C9A6EB. Grayscale: #464646. Windows color (decimal): -13215468 or 1333558. OLE color: 1333558.

HSL color Cylindrical-coordinate representation of color #365914: hue angle of 90.43º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365914 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 20 -
CMYK 0.39 0 0.78 0.65
HSL 90.43º 0.63% 0.21% -
HSV(B) 90.43º 0.78% 0.35% -
XYZ 5.22 7.98 1.93 -
YUV 70.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 54 89 20 0.39 0 0.78 0.65 90.43 0.63 0.21
Hex 36 59 14 27 0 4E 41 5A 3F 15
Octal 66 131 24 47 0 116 101 132 77 25
Binary 110110 1011001 10100 100111 0 1001110 1000001 1011010 111111 10101

Color Harmonies of #365914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365914

Black with #365914

Text Example


Text Example

White with #365914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365914; }

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

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

background-color css

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

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

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

border-color css

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

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

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