Html Css Color HEX #366250 Spectra

📋 copy color: '#366250'

red 54 ◦ green 98 ◦ blue 80

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

Shades of Spectra #366250

Tints of Spectra #366250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 23.28%
G = 42.24%
B = 34.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#366250 (or 0x366250) is known color: Spectra. HEX triplet: 36, 62 and 50. RGB value is (54,98,80). Sum of RGB (Red+Green+Blue) = 54+98+80=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #366250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366250 is #C99DAF. Grayscale: #525252. Windows color (decimal): -13213104 or 5268022. OLE color: 5268022.

HSL color Cylindrical-coordinate representation of color #366250: hue angle of 155.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366250 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 98 80 -
CMYK 0.45 0 0.18 0.62
HSL 155.45º 0.29% 0.3% -
HSV(B) 155.45º 0.45% 0.38% -
XYZ 7.34 10.1 9.15 -
YUV 82.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 54 98 80 0.45 0 0.18 0.62 155.45 0.29 0.3
Hex 36 62 50 2D 0 12 3E 9B 1D 1E
Octal 66 142 120 55 0 22 76 233 35 36
Binary 110110 1100010 1010000 101101 0 10010 111110 10011011 11101 11110

Color Harmonies of #366250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366250

Black with #366250

Text Example


Text Example

White with #366250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366250; }

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

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

background-color css

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

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

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

border-color css

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

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

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