Html Css Color HEX #468052 Killarney

📋 copy color: '#468052'

red 70 ◦ green 128 ◦ blue 82

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

Shades of Killarney #468052

Tints of Killarney #468052

RGB

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

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

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

R = 25%
G = 45.71%
B = 29.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#468052 (or 0x468052) is known color: Killarney. HEX triplet: 46, 80 and 52. RGB value is (70,128,82). Sum of RGB (Red+Green+Blue) = 70+128+82=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #468052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468052 is #B97FAD. Grayscale: #696969. Windows color (decimal): -12156846 or 5406790. OLE color: 5406790.

HSL color Cylindrical-coordinate representation of color #468052: hue angle of 132.41º 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 #468052 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 82 -
CMYK 0.45 0 0.36 0.50
HSL 132.41º 0.29% 0.39% -
HSV(B) 132.41º 0.45% 0.5% -
XYZ 11.77 17.35 10.71 -
YUV 105.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 70 128 82 0.45 0 0.36 0.50 132.41 0.29 0.39
Hex 46 80 52 2D 0 24 32 84 1D 27
Octal 106 200 122 55 0 44 62 204 35 47
Binary 1000110 10000000 1010010 101101 0 100100 110010 10000100 11101 100111

Color Harmonies of #468052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468052

Black with #468052

Text Example


Text Example

White with #468052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468052; }

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

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

background-color css

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

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

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

border-color css

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

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

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