Html Css Color HEX #45764D Killarney

📋 copy color: '#45764D'

red 69 ◦ green 118 ◦ blue 77

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

Shades of Killarney #45764D

Tints of Killarney #45764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 26.14%
G = 44.7%
B = 29.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#45764D (or 0x45764D) is known color: Killarney. HEX triplet: 45, 76 and 4D. RGB value is (69,118,77). Sum of RGB (Red+Green+Blue) = 69+118+77=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #45764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45764D is #BA89B2. Grayscale: #626262. Windows color (decimal): -12224947 or 5076549. OLE color: 5076549.

HSL color Cylindrical-coordinate representation of color #45764D: hue angle of 129.8º 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 #45764D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 77 -
CMYK 0.42 0 0.35 0.54
HSL 129.8º 0.26% 0.37% -
HSV(B) 129.8º 0.42% 0.46% -
XYZ 10.27 14.76 9.33 -
YUV 98.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 69 118 77 0.42 0 0.35 0.54 129.8 0.26 0.37
Hex 45 76 4D 2A 0 23 36 82 1A 25
Octal 105 166 115 52 0 43 66 202 32 45
Binary 1000101 1110110 1001101 101010 0 100011 110110 10000010 11010 100101

Color Harmonies of #45764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45764D

Black with #45764D

Text Example


Text Example

White with #45764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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