Html Css Color HEX #4C8350 Killarney

📋 copy color: '#4C8350'

red 76 ◦ green 131 ◦ blue 80

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

Shades of Killarney #4C8350

Tints of Killarney #4C8350

RGB

 RED value IS 76 (30.08% from 255) = 26.48%

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 26.48%
G = 45.64%
B = 27.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#4C8350 (or 0x4C8350) is known color: Killarney. HEX triplet: 4C, 83 and 50. RGB value is (76,131,80). Sum of RGB (Red+Green+Blue) = 76+131+80=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8350 is #B37CAF. Grayscale: #6C6C6C. Windows color (decimal): -11762864 or 5276492. OLE color: 5276492.

HSL color Cylindrical-coordinate representation of color #4C8350: hue angle of 124.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8350 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 131 80 -
CMYK 0.42 0 0.39 0.49
HSL 124.36º 0.27% 0.41% -
HSV(B) 124.36º 0.42% 0.51% -
XYZ 12.54 18.35 10.47 -
YUV 108.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 76 131 80 0.42 0 0.39 0.49 124.36 0.27 0.41
Hex 4C 83 50 2A 0 27 31 7C 1B 29
Octal 114 203 120 52 0 47 61 174 33 51
Binary 1001100 10000011 1010000 101010 0 100111 110001 1111100 11011 101001

Color Harmonies of #4C8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8350

Black with #4C8350

Text Example


Text Example

White with #4C8350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,131,80); }

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

background-color css

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

 a { background-color: rgb(76,131,80); }

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

border-color css

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

 span { border-color: rgb(76,131,80); }

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