Html Css Color HEX #448750 Killarney

📋 copy color: '#448750'

red 68 ◦ green 135 ◦ blue 80

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

Shades of Killarney #448750

Tints of Killarney #448750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

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

R = 24.03%
G = 47.7%
B = 28.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#448750 (or 0x448750) is known color: Killarney. HEX triplet: 44, 87 and 50. RGB value is (68,135,80). Sum of RGB (Red+Green+Blue) = 68+135+80=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #448750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448750 is #BB78AF. Grayscale: #6C6C6C. Windows color (decimal): -12286128 or 5277508. OLE color: 5277508.

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

Color convert

RGB 68 135 80 -
CMYK 0.50 0 0.41 0.47
HSL 130.75º 0.33% 0.4% -
HSV(B) 130.75º 0.5% 0.53% -
XYZ 12.5 19.14 10.62 -
YUV 108.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 68 135 80 0.50 0 0.41 0.47 130.75 0.33 0.4
Hex 44 87 50 32 0 29 2F 83 21 28
Octal 104 207 120 62 0 51 57 203 41 50
Binary 1000100 10000111 1010000 110010 0 101001 101111 10000011 100001 101000

Color Harmonies of #448750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448750

Black with #448750

Text Example


Text Example

White with #448750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448750; }

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

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

background-color css

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

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

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

border-color css

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

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

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