Html Css Color HEX #448046 Killarney

📋 copy color: '#448046'

red 68 ◦ green 128 ◦ blue 70

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

Shades of Killarney #448046

Tints of Killarney #448046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 25.56%
G = 48.12%
B = 26.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#448046 (or 0x448046) is known color: Killarney. HEX triplet: 44, 80 and 46. RGB value is (68,128,70). Sum of RGB (Red+Green+Blue) = 68+128+70=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #448046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448046 is #BB7FB9. Grayscale: #676767. Windows color (decimal): -12287930 or 4620356. OLE color: 4620356.

HSL color Cylindrical-coordinate representation of color #448046: hue angle of 122º 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 #448046 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 70 -
CMYK 0.47 0 0.45 0.50
HSL 122º 0.31% 0.38% -
HSV(B) 122º 0.47% 0.5% -
XYZ 11.21 17.11 8.51 -
YUV 103.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 68 128 70 0.47 0 0.45 0.50 122 0.31 0.38
Hex 44 80 46 2F 0 2D 32 7A 1F 26
Octal 104 200 106 57 0 55 62 172 37 46
Binary 1000100 10000000 1000110 101111 0 101101 110010 1111010 11111 100110

Color Harmonies of #448046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448046

Black with #448046

Text Example


Text Example

White with #448046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448046; }

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

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

background-color css

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

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

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

border-color css

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

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

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