Html Css Color HEX #4A6B4B Killarney

📋 copy color: '#4A6B4B'

red 74 ◦ green 107 ◦ blue 75

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

Shades of Killarney #4A6B4B

Tints of Killarney #4A6B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.8%

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

R = 28.91%
G = 41.8%
B = 29.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#4A6B4B (or 0x4A6B4B) is known color: Killarney. HEX triplet: 4A, 6B and 4B. RGB value is (74,107,75). Sum of RGB (Red+Green+Blue) = 74+107+75=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B4B is #B594B4. Grayscale: #5D5D5D. Windows color (decimal): -11900085 or 4942666. OLE color: 4942666.

HSL color Cylindrical-coordinate representation of color #4A6B4B: hue angle of 121.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B4B is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 75 -
CMYK 0.31 0 0.30 0.58
HSL 121.82º 0.18% 0.35% -
HSV(B) 121.82º 0.31% 0.42% -
XYZ 9.35 12.48 8.57 -
YUV 93.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 74 107 75 0.31 0 0.30 0.58 121.82 0.18 0.35
Hex 4A 6B 4B 1F 0 1E 3A 7A 12 23
Octal 112 153 113 37 0 36 72 172 22 43
Binary 1001010 1101011 1001011 11111 0 11110 111010 1111010 10010 100011

Color Harmonies of #4A6B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B4B

Black with #4A6B4B

Text Example


Text Example

White with #4A6B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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