Html Css Color HEX #4B744A Killarney

📋 copy color: '#4B744A'

red 75 ◦ green 116 ◦ blue 74

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

Shades of Killarney #4B744A

Tints of Killarney #4B744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 28.3%
G = 43.77%
B = 27.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#4B744A (or 0x4B744A) is known color: Killarney. HEX triplet: 4B, 74 and 4A. RGB value is (75,116,74). Sum of RGB (Red+Green+Blue) = 75+116+74=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #4B744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B744A is #B48BB5. Grayscale: #636363. Windows color (decimal): -11832246 or 4879435. OLE color: 4879435.

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

Color convert

RGB 75 116 74 -
CMYK 0.35 0 0.36 0.55
HSL 118.57º 0.22% 0.37% -
HSV(B) 118.57º 0.36% 0.45% -
XYZ 10.38 14.48 8.73 -
YUV 98.95 113.92 110.92 -
System Red Green Blue C M Y K H S L
Decimal 75 116 74 0.35 0 0.36 0.55 118.57 0.22 0.37
Hex 4B 74 4A 23 0 24 37 77 16 25
Octal 113 164 112 43 0 44 67 167 26 45
Binary 1001011 1110100 1001010 100011 0 100100 110111 1110111 10110 100101

Color Harmonies of #4B744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B744A

Black with #4B744A

Text Example


Text Example

White with #4B744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,74); }

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

background-color css

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

 a { background-color: rgb(75,116,74); }

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

border-color css

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

 span { border-color: rgb(75,116,74); }

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