Html Css Color HEX #45764A Killarney

📋 copy color: '#45764A'

red 69 ◦ green 118 ◦ blue 74

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

Shades of Killarney #45764A

Tints of Killarney #45764A

RGB

 RED value IS 69 (27.34% from 255) = 26.44%

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 26.44%
G = 45.21%
B = 28.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#45764A (or 0x45764A) is known color: Killarney. HEX triplet: 45, 76 and 4A. RGB value is (69,118,74). Sum of RGB (Red+Green+Blue) = 69+118+74=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #45764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45764A is #BA89B5. Grayscale: #626262. Windows color (decimal): -12224950 or 4879941. OLE color: 4879941.

HSL color Cylindrical-coordinate representation of color #45764A: hue angle of 126.12º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45764A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 74 -
CMYK 0.42 0 0.37 0.54
HSL 126.12º 0.26% 0.37% -
HSV(B) 126.12º 0.42% 0.46% -
XYZ 10.17 14.72 8.78 -
YUV 98.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 69 118 74 0.42 0 0.37 0.54 126.12 0.26 0.37
Hex 45 76 4A 2A 0 25 36 7E 1A 25
Octal 105 166 112 52 0 45 66 176 32 45
Binary 1000101 1110110 1001010 101010 0 100101 110110 1111110 11010 100101

Color Harmonies of #45764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45764A

Black with #45764A

Text Example


Text Example

White with #45764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45764A; }

 p { color: rgb(69,118,74); }

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

background-color css

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

 a { background-color: rgb(69,118,74); }

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

border-color css

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

 span { border-color: rgb(69,118,74); }

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