Html Css Color HEX #467850 Killarney

📋 copy color: '#467850'

red 70 ◦ green 120 ◦ blue 80

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

Shades of Killarney #467850

Tints of Killarney #467850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

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

R = 25.93%
G = 44.44%
B = 29.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#467850 (or 0x467850) is known color: Killarney. HEX triplet: 46, 78 and 50. RGB value is (70,120,80). Sum of RGB (Red+Green+Blue) = 70+120+80=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #467850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467850 is #B987AF. Grayscale: #646464. Windows color (decimal): -12158896 or 5273670. OLE color: 5273670.

HSL color Cylindrical-coordinate representation of color #467850: hue angle of 132º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467850 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 120 80 -
CMYK 0.42 0 0.33 0.53
HSL 132º 0.26% 0.37% -
HSV(B) 132º 0.42% 0.47% -
XYZ 10.69 15.31 9.98 -
YUV 100.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 70 120 80 0.42 0 0.33 0.53 132 0.26 0.37
Hex 46 78 50 2A 0 21 35 84 1A 25
Octal 106 170 120 52 0 41 65 204 32 45
Binary 1000110 1111000 1010000 101010 0 100001 110101 10000100 11010 100101

Color Harmonies of #467850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467850

Black with #467850

Text Example


Text Example

White with #467850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467850; }

 p { color: rgb(70,120,80); }

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

background-color css

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

 a { background-color: rgb(70,120,80); }

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

border-color css

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

 span { border-color: rgb(70,120,80); }

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