Html Css Color HEX #4A7855 Killarney

📋 copy color: '#4A7855'

red 74 ◦ green 120 ◦ blue 85

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

Shades of Killarney #4A7855

Tints of Killarney #4A7855

RGB

 RED value IS 74 (29.3% from 255) = 26.52%

 GREEN value IS 120 (47.27% from 255) = 43.01%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 26.52%
G = 43.01%
B = 30.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#4A7855 (or 0x4A7855) is known color: Killarney. HEX triplet: 4A, 78 and 55. RGB value is (74,120,85). Sum of RGB (Red+Green+Blue) = 74+120+85=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7855 is #B587AA. Grayscale: #666666. Windows color (decimal): -11896747 or 5601354. OLE color: 5601354.

HSL color Cylindrical-coordinate representation of color #4A7855: hue angle of 134.35º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7855 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 120 85 -
CMYK 0.38 0 0.29 0.53
HSL 134.35º 0.24% 0.38% -
HSV(B) 134.35º 0.38% 0.47% -
XYZ 11.18 15.54 11.01 -
YUV 102.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 74 120 85 0.38 0 0.29 0.53 134.35 0.24 0.38
Hex 4A 78 55 26 0 1D 35 86 18 26
Octal 112 170 125 46 0 35 65 206 30 46
Binary 1001010 1111000 1010101 100110 0 11101 110101 10000110 11000 100110

Color Harmonies of #4A7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7855

Black with #4A7855

Text Example


Text Example

White with #4A7855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7855; }

 p { color: rgb(74,120,85); }

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

background-color css

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

 a { background-color: rgb(74,120,85); }

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

border-color css

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

 span { border-color: rgb(74,120,85); }

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