Html Css Color HEX #448053 Killarney

📋 copy color: '#448053'

red 68 ◦ green 128 ◦ blue 83

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

Shades of Killarney #448053

Tints of Killarney #448053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 24.37%
G = 45.88%
B = 29.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#448053 (or 0x448053) is known color: Killarney. HEX triplet: 44, 80 and 53. RGB value is (68,128,83). Sum of RGB (Red+Green+Blue) = 68+128+83=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #448053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448053 is #BB7FAC. Grayscale: #696969. Windows color (decimal): -12287917 or 5472324. OLE color: 5472324.

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

Color convert

RGB 68 128 83 -
CMYK 0.47 0 0.35 0.50
HSL 135º 0.31% 0.38% -
HSV(B) 135º 0.47% 0.5% -
XYZ 11.66 17.29 10.91 -
YUV 104.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 68 128 83 0.47 0 0.35 0.50 135 0.31 0.38
Hex 44 80 53 2F 0 23 32 87 1F 26
Octal 104 200 123 57 0 43 62 207 37 46
Binary 1000100 10000000 1010011 101111 0 100011 110010 10000111 11111 100110

Color Harmonies of #448053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448053

Black with #448053

Text Example


Text Example

White with #448053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448053; }

 p { color: rgb(68,128,83); }

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

background-color css

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

 a { background-color: rgb(68,128,83); }

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

border-color css

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

 span { border-color: rgb(68,128,83); }

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