Html Css Color HEX #448345 Killarney

📋 copy color: '#448345'

red 68 ◦ green 131 ◦ blue 69

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

Shades of Killarney #448345

Tints of Killarney #448345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 25.37%
G = 48.88%
B = 25.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#448345 (or 0x448345) is known color: Killarney. HEX triplet: 44, 83 and 45. RGB value is (68,131,69). Sum of RGB (Red+Green+Blue) = 68+131+69=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #448345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448345 is #BB7CBA. Grayscale: #696969. Windows color (decimal): -12287163 or 4555588. OLE color: 4555588.

HSL color Cylindrical-coordinate representation of color #448345: hue angle of 120.95º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448345 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 131 69 -
CMYK 0.48 0 0.47 0.49
HSL 120.95º 0.32% 0.39% -
HSV(B) 120.95º 0.48% 0.51% -
XYZ 11.57 17.89 8.47 -
YUV 105.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 68 131 69 0.48 0 0.47 0.49 120.95 0.32 0.39
Hex 44 83 45 30 0 2F 31 79 20 27
Octal 104 203 105 60 0 57 61 171 40 47
Binary 1000100 10000011 1000101 110000 0 101111 110001 1111001 100000 100111

Color Harmonies of #448345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448345

Black with #448345

Text Example


Text Example

White with #448345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448345; }

 p { color: rgb(68,131,69); }

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

background-color css

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

 a { background-color: rgb(68,131,69); }

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

border-color css

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

 span { border-color: rgb(68,131,69); }

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