Html Css Color HEX #468252 Killarney

📋 copy color: '#468252'

red 70 ◦ green 130 ◦ blue 82

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

Shades of Killarney #468252

Tints of Killarney #468252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 24.82%
G = 46.1%
B = 29.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#468252 (or 0x468252) is known color: Killarney. HEX triplet: 46, 82 and 52. RGB value is (70,130,82). Sum of RGB (Red+Green+Blue) = 70+130+82=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #468252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468252 is #B97DAD. Grayscale: #6A6A6A. Windows color (decimal): -12156334 or 5407302. OLE color: 5407302.

HSL color Cylindrical-coordinate representation of color #468252: hue angle of 132º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468252 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 82 -
CMYK 0.46 0 0.37 0.49
HSL 132º 0.3% 0.39% -
HSV(B) 132º 0.46% 0.51% -
XYZ 12.03 17.88 10.8 -
YUV 106.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 70 130 82 0.46 0 0.37 0.49 132 0.3 0.39
Hex 46 82 52 2E 0 25 31 84 1E 27
Octal 106 202 122 56 0 45 61 204 36 47
Binary 1000110 10000010 1010010 101110 0 100101 110001 10000100 11110 100111

Color Harmonies of #468252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468252

Black with #468252

Text Example


Text Example

White with #468252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468252; }

 p { color: rgb(70,130,82); }

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

background-color css

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

 a { background-color: rgb(70,130,82); }

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

border-color css

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

 span { border-color: rgb(70,130,82); }

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