Html Css Color HEX #448C4A Killarney

📋 copy color: '#448C4A'

red 68 ◦ green 140 ◦ blue 74

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

Shades of Killarney #448C4A

Tints of Killarney #448C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.65%

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 24.11%
G = 49.65%
B = 26.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#448C4A (or 0x448C4A) is known color: Killarney. HEX triplet: 44, 8C and 4A. RGB value is (68,140,74). Sum of RGB (Red+Green+Blue) = 68+140+74=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #448C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C4A is #BB73B5. Grayscale: #6F6F6F. Windows color (decimal): -12284854 or 4885572. OLE color: 4885572.

HSL color Cylindrical-coordinate representation of color #448C4A: hue angle of 125º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448C4A is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 140 74 -
CMYK 0.51 0 0.47 0.45
HSL 125º 0.35% 0.41% -
HSV(B) 125º 0.51% 0.55% -
XYZ 13 20.48 9.75 -
YUV 110.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 68 140 74 0.51 0 0.47 0.45 125 0.35 0.41
Hex 44 8C 4A 33 0 2F 2D 7D 23 29
Octal 104 214 112 63 0 57 55 175 43 51
Binary 1000100 10001100 1001010 110011 0 101111 101101 1111101 100011 101001

Color Harmonies of #448C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C4A

Black with #448C4A

Text Example


Text Example

White with #448C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448C4A; }

 p { color: rgb(68,140,74); }

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

background-color css

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

 a { background-color: rgb(68,140,74); }

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

border-color css

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

 span { border-color: rgb(68,140,74); }

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