Html Css Color HEX #4A7748 Killarney

📋 copy color: '#4A7748'

red 74 ◦ green 119 ◦ blue 72

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

Shades of Killarney #4A7748

Tints of Killarney #4A7748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 27.92%
G = 44.91%
B = 27.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#4A7748 (or 0x4A7748) is known color: Killarney. HEX triplet: 4A, 77 and 48. RGB value is (74,119,72). Sum of RGB (Red+Green+Blue) = 74+119+72=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7748 is #B588B7. Grayscale: #646464. Windows color (decimal): -11897016 or 4749130. OLE color: 4749130.

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

Color convert

RGB 74 119 72 -
CMYK 0.38 0 0.39 0.53
HSL 117.45º 0.25% 0.37% -
HSV(B) 117.45º 0.39% 0.47% -
XYZ 10.59 15.12 8.49 -
YUV 100.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 74 119 72 0.38 0 0.39 0.53 117.45 0.25 0.37
Hex 4A 77 48 26 0 27 35 75 19 25
Octal 112 167 110 46 0 47 65 165 31 45
Binary 1001010 1110111 1001000 100110 0 100111 110101 1110101 11001 100101

Color Harmonies of #4A7748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7748

Black with #4A7748

Text Example


Text Example

White with #4A7748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,72); }

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

background-color css

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

 a { background-color: rgb(74,119,72); }

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

border-color css

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

 span { border-color: rgb(74,119,72); }

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