Html Css Color HEX #467F4F Killarney

📋 copy color: '#467F4F'

red 70 ◦ green 127 ◦ blue 79

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

Shades of Killarney #467F4F

Tints of Killarney #467F4F

RGB

 RED value IS 70 (27.73% from 255) = 25.36%

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 25.36%
G = 46.01%
B = 28.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#467F4F (or 0x467F4F) is known color: Killarney. HEX triplet: 46, 7F and 4F. RGB value is (70,127,79). Sum of RGB (Red+Green+Blue) = 70+127+79=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #467F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F4F is #B980B0. Grayscale: #686868. Windows color (decimal): -12157105 or 5209926. OLE color: 5209926.

HSL color Cylindrical-coordinate representation of color #467F4F: hue angle of 129.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F4F is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 79 -
CMYK 0.45 0 0.38 0.50
HSL 129.47º 0.29% 0.39% -
HSV(B) 129.47º 0.45% 0.5% -
XYZ 11.53 17.05 10.08 -
YUV 104.49 113.62 103.4 -
System Red Green Blue C M Y K H S L
Decimal 70 127 79 0.45 0 0.38 0.50 129.47 0.29 0.39
Hex 46 7F 4F 2D 0 26 32 81 1D 27
Octal 106 177 117 55 0 46 62 201 35 47
Binary 1000110 1111111 1001111 101101 0 100110 110010 10000001 11101 100111

Color Harmonies of #467F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F4F

Black with #467F4F

Text Example


Text Example

White with #467F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F4F; }

 p { color: rgb(70,127,79); }

 H1.HeaderClassName
 {
   color: #467F4F;
 }
 .AnyTagClassName
 {
   color: #467F4F;
 }
</style>

background-color css

<style>
 a { background-color: #467F4F; }

 a { background-color: rgb(70,127,79); }

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

border-color css

<style>
 span { border-color: #467F4F; }

 span { border-color: rgb(70,127,79); }

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