Html Css Color HEX #468048 Killarney

📋 copy color: '#468048'

red 70 ◦ green 128 ◦ blue 72

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

Shades of Killarney #468048

Tints of Killarney #468048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 25.93%
G = 47.41%
B = 26.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#468048 (or 0x468048) is known color: Killarney. HEX triplet: 46, 80 and 48. RGB value is (70,128,72). Sum of RGB (Red+Green+Blue) = 70+128+72=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #468048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468048 is #B97FB7. Grayscale: #686868. Windows color (decimal): -12156856 or 4751430. OLE color: 4751430.

HSL color Cylindrical-coordinate representation of color #468048: hue angle of 122.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468048 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 72 -
CMYK 0.45 0 0.44 0.50
HSL 122.07º 0.29% 0.39% -
HSV(B) 122.07º 0.45% 0.5% -
XYZ 11.41 17.21 8.85 -
YUV 104.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 70 128 72 0.45 0 0.44 0.50 122.07 0.29 0.39
Hex 46 80 48 2D 0 2C 32 7A 1D 27
Octal 106 200 110 55 0 54 62 172 35 47
Binary 1000110 10000000 1001000 101101 0 101100 110010 1111010 11101 100111

Color Harmonies of #468048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468048

Black with #468048

Text Example


Text Example

White with #468048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468048; }

 p { color: rgb(70,128,72); }

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

background-color css

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

 a { background-color: rgb(70,128,72); }

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

border-color css

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

 span { border-color: rgb(70,128,72); }

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