Html Css Color HEX #4A7253 Killarney

📋 copy color: '#4A7253'

red 74 ◦ green 114 ◦ blue 83

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

Shades of Killarney #4A7253

Tints of Killarney #4A7253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 27.31%
G = 42.07%
B = 30.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#4A7253 (or 0x4A7253) is known color: Killarney. HEX triplet: 4A, 72 and 53. RGB value is (74,114,83). Sum of RGB (Red+Green+Blue) = 74+114+83=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7253 is #B58DAC. Grayscale: #626262. Windows color (decimal): -11898285 or 5468746. OLE color: 5468746.

HSL color Cylindrical-coordinate representation of color #4A7253: hue angle of 133.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7253 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 114 83 -
CMYK 0.35 0 0.27 0.55
HSL 133.5º 0.21% 0.37% -
HSV(B) 133.5º 0.35% 0.45% -
XYZ 10.4 14.12 10.36 -
YUV 98.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 74 114 83 0.35 0 0.27 0.55 133.5 0.21 0.37
Hex 4A 72 53 23 0 1B 37 86 15 25
Octal 112 162 123 43 0 33 67 206 25 45
Binary 1001010 1110010 1010011 100011 0 11011 110111 10000110 10101 100101

Color Harmonies of #4A7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7253

Black with #4A7253

Text Example


Text Example

White with #4A7253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,83); }

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

background-color css

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

 a { background-color: rgb(74,114,83); }

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

border-color css

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

 span { border-color: rgb(74,114,83); }

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