Html Css Color HEX #427A48 Killarney

📋 copy color: '#427A48'

red 66 ◦ green 122 ◦ blue 72

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

Shades of Killarney #427A48

Tints of Killarney #427A48

RGB

 RED value IS 66 (26.17% from 255) = 25.38%

 GREEN value IS 122 (48.05% from 255) = 46.92%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 25.38%
G = 46.92%
B = 27.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#427A48 (or 0x427A48) is known color: Killarney. HEX triplet: 42, 7A and 48. RGB value is (66,122,72). Sum of RGB (Red+Green+Blue) = 66+122+72=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #427A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A48 is #BD85B7. Grayscale: #636363. Windows color (decimal): -12420536 or 4749890. OLE color: 4749890.

HSL color Cylindrical-coordinate representation of color #427A48: hue angle of 126.43º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A48 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 72 -
CMYK 0.46 0 0.41 0.52
HSL 126.43º 0.3% 0.37% -
HSV(B) 126.43º 0.46% 0.48% -
XYZ 10.38 15.55 8.58 -
YUV 99.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 66 122 72 0.46 0 0.41 0.52 126.43 0.3 0.37
Hex 42 7A 48 2E 0 29 34 7E 1E 25
Octal 102 172 110 56 0 51 64 176 36 45
Binary 1000010 1111010 1001000 101110 0 101001 110100 1111110 11110 100101

Color Harmonies of #427A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A48

Black with #427A48

Text Example


Text Example

White with #427A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427A48; }

 p { color: rgb(66,122,72); }

 H1.HeaderClassName
 {
   color: #427A48;
 }
 .AnyTagClassName
 {
   color: #427A48;
 }
</style>

background-color css

<style>
 a { background-color: #427A48; }

 a { background-color: rgb(66,122,72); }

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

border-color css

<style>
 span { border-color: #427A48; }

 span { border-color: rgb(66,122,72); }

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