Html Css Color HEX #4B764B Killarney

📋 copy color: '#4B764B'

red 75 ◦ green 118 ◦ blue 75

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

Shades of Killarney #4B764B

Tints of Killarney #4B764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 27.99%
G = 44.03%
B = 27.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#4B764B (or 0x4B764B) is known color: Killarney. HEX triplet: 4B, 76 and 4B. RGB value is (75,118,75). Sum of RGB (Red+Green+Blue) = 75+118+75=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #4B764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B764B is #B489B4. Grayscale: #646464. Windows color (decimal): -11831733 or 4945483. OLE color: 4945483.

HSL color Cylindrical-coordinate representation of color #4B764B: hue angle of 120º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B764B is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 118 75 -
CMYK 0.36 0 0.36 0.54
HSL 120º 0.22% 0.38% -
HSV(B) 120º 0.36% 0.46% -
XYZ 10.65 14.96 8.98 -
YUV 100.24 113.75 110 -
System Red Green Blue C M Y K H S L
Decimal 75 118 75 0.36 0 0.36 0.54 120 0.22 0.38
Hex 4B 76 4B 24 0 24 36 78 16 26
Octal 113 166 113 44 0 44 66 170 26 46
Binary 1001011 1110110 1001011 100100 0 100100 110110 1111000 10110 100110

Color Harmonies of #4B764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B764B

Black with #4B764B

Text Example


Text Example

White with #4B764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,118,75); }

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

background-color css

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

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

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

border-color css

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

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

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