Html Css Color HEX #427C4F Killarney

📋 copy color: '#427C4F'

red 66 ◦ green 124 ◦ blue 79

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

Shades of Killarney #427C4F

Tints of Killarney #427C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.1%

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

R = 24.54%
G = 46.1%
B = 29.37%

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

#427C4F (or 0x427C4F) is known color: Killarney. HEX triplet: 42, 7C and 4F. RGB value is (66,124,79). Sum of RGB (Red+Green+Blue) = 66+124+79=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #427C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C4F is #BD83B0. Grayscale: #656565. Windows color (decimal): -12420017 or 5209154. OLE color: 5209154.

HSL color Cylindrical-coordinate representation of color #427C4F: hue angle of 133.45º 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 #427C4F is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 79 -
CMYK 0.47 0 0.36 0.51
HSL 133.45º 0.31% 0.37% -
HSV(B) 133.45º 0.47% 0.49% -
XYZ 10.87 16.14 9.94 -
YUV 101.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 66 124 79 0.47 0 0.36 0.51 133.45 0.31 0.37
Hex 42 7C 4F 2F 0 24 33 85 1F 25
Octal 102 174 117 57 0 44 63 205 37 45
Binary 1000010 1111100 1001111 101111 0 100100 110011 10000101 11111 100101

Color Harmonies of #427C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C4F

Black with #427C4F

Text Example


Text Example

White with #427C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,124,79); }

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

background-color css

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

 a { background-color: rgb(66,124,79); }

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

border-color css

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

 span { border-color: rgb(66,124,79); }

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