Html Css Color HEX #458250 Killarney

📋 copy color: '#458250'

red 69 ◦ green 130 ◦ blue 80

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

Shades of Killarney #458250

Tints of Killarney #458250

RGB

 RED value IS 69 (27.34% from 255) = 24.73%

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

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

R = 24.73%
G = 46.59%
B = 28.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#458250 (or 0x458250) is known color: Killarney. HEX triplet: 45, 82 and 50. RGB value is (69,130,80). Sum of RGB (Red+Green+Blue) = 69+130+80=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #458250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458250 is #BA7DAF. Grayscale: #6A6A6A. Windows color (decimal): -12221872 or 5276229. OLE color: 5276229.

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

Color convert

RGB 69 130 80 -
CMYK 0.47 0 0.38 0.49
HSL 130.82º 0.31% 0.39% -
HSV(B) 130.82º 0.47% 0.51% -
XYZ 11.88 17.81 10.4 -
YUV 106.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 69 130 80 0.47 0 0.38 0.49 130.82 0.31 0.39
Hex 45 82 50 2F 0 26 31 83 1F 27
Octal 105 202 120 57 0 46 61 203 37 47
Binary 1000101 10000010 1010000 101111 0 100110 110001 10000011 11111 100111

Color Harmonies of #458250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458250

Black with #458250

Text Example


Text Example

White with #458250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458250; }

 p { color: rgb(69,130,80); }

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

background-color css

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

 a { background-color: rgb(69,130,80); }

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

border-color css

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

 span { border-color: rgb(69,130,80); }

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