Html Css Color HEX #427D50 Killarney

📋 copy color: '#427D50'

red 66 ◦ green 125 ◦ blue 80

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

Shades of Killarney #427D50

Tints of Killarney #427D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

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

R = 24.35%
G = 46.13%
B = 29.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#427D50 (or 0x427D50) is known color: Killarney. HEX triplet: 42, 7D and 50. RGB value is (66,125,80). Sum of RGB (Red+Green+Blue) = 66+125+80=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #427D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D50 is #BD82AF. Grayscale: #666666. Windows color (decimal): -12419760 or 5274946. OLE color: 5274946.

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

Color convert

RGB 66 125 80 -
CMYK 0.47 0 0.36 0.51
HSL 134.24º 0.31% 0.37% -
HSV(B) 134.24º 0.47% 0.49% -
XYZ 11.03 16.4 10.17 -
YUV 102.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 66 125 80 0.47 0 0.36 0.51 134.24 0.31 0.37
Hex 42 7D 50 2F 0 24 33 86 1F 25
Octal 102 175 120 57 0 44 63 206 37 45
Binary 1000010 1111101 1010000 101111 0 100100 110011 10000110 11111 100101

Color Harmonies of #427D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D50

Black with #427D50

Text Example


Text Example

White with #427D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,80); }

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

background-color css

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

 a { background-color: rgb(66,125,80); }

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

border-color css

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

 span { border-color: rgb(66,125,80); }

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