Html Css Color HEX #448650 Killarney

📋 copy color: '#448650'

red 68 ◦ green 134 ◦ blue 80

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

Shades of Killarney #448650

Tints of Killarney #448650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.52%

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

R = 24.11%
G = 47.52%
B = 28.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#448650 (or 0x448650) is known color: Killarney. HEX triplet: 44, 86 and 50. RGB value is (68,134,80). Sum of RGB (Red+Green+Blue) = 68+134+80=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #448650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448650 is #BB79AF. Grayscale: #6C6C6C. Windows color (decimal): -12286384 or 5277252. OLE color: 5277252.

HSL color Cylindrical-coordinate representation of color #448650: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448650 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 80 -
CMYK 0.49 0 0.40 0.47
HSL 130.91º 0.33% 0.4% -
HSV(B) 130.91º 0.49% 0.53% -
XYZ 12.36 18.86 10.58 -
YUV 108.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 68 134 80 0.49 0 0.40 0.47 130.91 0.33 0.4
Hex 44 86 50 31 0 28 2F 83 21 28
Octal 104 206 120 61 0 50 57 203 41 50
Binary 1000100 10000110 1010000 110001 0 101000 101111 10000011 100001 101000

Color Harmonies of #448650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448650

Black with #448650

Text Example


Text Example

White with #448650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448650; }

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

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

background-color css

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

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

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

border-color css

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

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

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