Html Css Color HEX #427F45 Killarney

📋 copy color: '#427F45'

red 66 ◦ green 127 ◦ blue 69

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

Shades of Killarney #427F45

Tints of Killarney #427F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.34%

R = 25.19%
G = 48.47%
B = 26.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#427F45 (or 0x427F45) is known color: Killarney. HEX triplet: 42, 7F and 45. RGB value is (66,127,69). Sum of RGB (Red+Green+Blue) = 66+127+69=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #427F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F45 is #BD80BA. Grayscale: #666666. Windows color (decimal): -12419259 or 4554562. OLE color: 4554562.

HSL color Cylindrical-coordinate representation of color #427F45: hue angle of 122.95º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F45 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 69 -
CMYK 0.48 0 0.46 0.50
HSL 122.95º 0.32% 0.38% -
HSV(B) 122.95º 0.48% 0.5% -
XYZ 10.91 16.77 8.29 -
YUV 102.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 66 127 69 0.48 0 0.46 0.50 122.95 0.32 0.38
Hex 42 7F 45 30 0 2E 32 7B 20 26
Octal 102 177 105 60 0 56 62 173 40 46
Binary 1000010 1111111 1000101 110000 0 101110 110010 1111011 100000 100110

Color Harmonies of #427F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F45

Black with #427F45

Text Example


Text Example

White with #427F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,69); }

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

background-color css

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

 a { background-color: rgb(66,127,69); }

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

border-color css

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

 span { border-color: rgb(66,127,69); }

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