Html Css Color HEX #365019 Seaweed

📋 copy color: '#365019'

red 54 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #365019

Tints of Seaweed #365019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.31%

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 33.96%
G = 50.31%
B = 15.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#365019 (or 0x365019) is known color: Seaweed. HEX triplet: 36, 50 and 19. RGB value is (54,80,25). Sum of RGB (Red+Green+Blue) = 54+80+25=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #365019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365019 is #C9AFE6. Grayscale: #424242. Windows color (decimal): -13217767 or 1658934. OLE color: 1658934.

HSL color Cylindrical-coordinate representation of color #365019: hue angle of 88.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365019 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 25 -
CMYK 0.33 0 0.69 0.69
HSL 88.36º 0.52% 0.21% -
HSV(B) 88.36º 0.69% 0.31% -
XYZ 4.57 6.59 1.95 -
YUV 65.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 54 80 25 0.33 0 0.69 0.69 88.36 0.52 0.21
Hex 36 50 19 21 0 45 45 58 34 15
Octal 66 120 31 41 0 105 105 130 64 25
Binary 110110 1010000 11001 100001 0 1000101 1000101 1011000 110100 10101

Color Harmonies of #365019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365019

Black with #365019

Text Example


Text Example

White with #365019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365019; }

 p { color: rgb(54,80,25); }

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

background-color css

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

 a { background-color: rgb(54,80,25); }

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

border-color css

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

 span { border-color: rgb(54,80,25); }

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