Html Css Color HEX #427E52 Killarney

📋 copy color: '#427E52'

red 66 ◦ green 126 ◦ blue 82

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

Shades of Killarney #427E52

Tints of Killarney #427E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.99%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 24.09%
G = 45.99%
B = 29.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#427E52 (or 0x427E52) is known color: Killarney. HEX triplet: 42, 7E and 52. RGB value is (66,126,82). Sum of RGB (Red+Green+Blue) = 66+126+82=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #427E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E52 is #BD81AD. Grayscale: #676767. Windows color (decimal): -12419502 or 5406274. OLE color: 5406274.

HSL color Cylindrical-coordinate representation of color #427E52: hue angle of 136º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E52 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 82 -
CMYK 0.48 0 0.35 0.51
HSL 136º 0.31% 0.38% -
HSV(B) 136º 0.48% 0.49% -
XYZ 11.23 16.69 10.61 -
YUV 103.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 66 126 82 0.48 0 0.35 0.51 136 0.31 0.38
Hex 42 7E 52 30 0 23 33 88 1F 26
Octal 102 176 122 60 0 43 63 210 37 46
Binary 1000010 1111110 1010010 110000 0 100011 110011 10001000 11111 100110

Color Harmonies of #427E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E52

Black with #427E52

Text Example


Text Example

White with #427E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,82); }

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

background-color css

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

 a { background-color: rgb(66,126,82); }

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

border-color css

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

 span { border-color: rgb(66,126,82); }

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