Html Css Color HEX #448250 Killarney

📋 copy color: '#448250'

red 68 ◦ green 130 ◦ blue 80

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

Shades of Killarney #448250

Tints of Killarney #448250

RGB

 RED value IS 68 (26.95% from 255) = 24.46%

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

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

R = 24.46%
G = 46.76%
B = 28.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#448250 (or 0x448250) is known color: Killarney. HEX triplet: 44, 82 and 50. RGB value is (68,130,80). Sum of RGB (Red+Green+Blue) = 68+130+80=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #448250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448250 is #BB7DAF. Grayscale: #696969. Windows color (decimal): -12287408 or 5276228. OLE color: 5276228.

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

Color convert

RGB 68 130 80 -
CMYK 0.48 0 0.38 0.49
HSL 131.61º 0.31% 0.39% -
HSV(B) 131.61º 0.48% 0.51% -
XYZ 11.81 17.77 10.4 -
YUV 105.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 68 130 80 0.48 0 0.38 0.49 131.61 0.31 0.39
Hex 44 82 50 30 0 26 31 84 1F 27
Octal 104 202 120 60 0 46 61 204 37 47
Binary 1000100 10000010 1010000 110000 0 100110 110001 10000100 11111 100111

Color Harmonies of #448250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448250

Black with #448250

Text Example


Text Example

White with #448250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448250; }

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

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

background-color css

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

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

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

border-color css

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

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

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