Html Css Color HEX #4B7152 Killarney

📋 copy color: '#4B7152'

red 75 ◦ green 113 ◦ blue 82

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

Shades of Killarney #4B7152

Tints of Killarney #4B7152

RGB

 RED value IS 75 (29.69% from 255) = 27.78%

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 27.78%
G = 41.85%
B = 30.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#4B7152 (or 0x4B7152) is known color: Killarney. HEX triplet: 4B, 71 and 52. RGB value is (75,113,82). Sum of RGB (Red+Green+Blue) = 75+113+82=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7152 is #B48EAD. Grayscale: #626262. Windows color (decimal): -11833006 or 5402955. OLE color: 5402955.

HSL color Cylindrical-coordinate representation of color #4B7152: hue angle of 131.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7152 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 82 -
CMYK 0.34 0 0.27 0.56
HSL 131.05º 0.2% 0.37% -
HSV(B) 131.05º 0.34% 0.44% -
XYZ 10.33 13.92 10.12 -
YUV 98.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 75 113 82 0.34 0 0.27 0.56 131.05 0.2 0.37
Hex 4B 71 52 22 0 1B 38 83 14 25
Octal 113 161 122 42 0 33 70 203 24 45
Binary 1001011 1110001 1010010 100010 0 11011 111000 10000011 10100 100101

Color Harmonies of #4B7152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7152

Black with #4B7152

Text Example


Text Example

White with #4B7152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,82); }

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

background-color css

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

 a { background-color: rgb(75,113,82); }

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

border-color css

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

 span { border-color: rgb(75,113,82); }

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