Html Css Color HEX #467260 Stromboli

📋 copy color: '#467260'

red 70 ◦ green 114 ◦ blue 96

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

Shades of Stromboli #467260

Tints of Stromboli #467260

RGB

 RED value IS 70 (27.73% from 255) = 25%

 GREEN value IS 114 (44.92% from 255) = 40.71%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 25%
G = 40.71%
B = 34.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#467260 (or 0x467260) is known color: Stromboli. HEX triplet: 46, 72 and 60. RGB value is (70,114,96). Sum of RGB (Red+Green+Blue) = 70+114+96=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #467260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467260 is #B98D9F. Grayscale: #626262. Windows color (decimal): -12160416 or 6320710. OLE color: 6320710.

HSL color Cylindrical-coordinate representation of color #467260: hue angle of 155.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467260 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 96 -
CMYK 0.39 0 0.16 0.55
HSL 155.45º 0.24% 0.36% -
HSV(B) 155.45º 0.39% 0.45% -
XYZ 10.65 14.18 13.24 -
YUV 98.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 70 114 96 0.39 0 0.16 0.55 155.45 0.24 0.36
Hex 46 72 60 27 0 10 37 9B 18 24
Octal 106 162 140 47 0 20 67 233 30 44
Binary 1000110 1110010 1100000 100111 0 10000 110111 10011011 11000 100100

Color Harmonies of #467260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467260

Black with #467260

Text Example


Text Example

White with #467260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467260; }

 p { color: rgb(70,114,96); }

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

background-color css

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

 a { background-color: rgb(70,114,96); }

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

border-color css

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

 span { border-color: rgb(70,114,96); }

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