Html Css Color HEX #427E4D Killarney

📋 copy color: '#427E4D'

red 66 ◦ green 126 ◦ blue 77

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

Shades of Killarney #427E4D

Tints of Killarney #427E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 24.54%
G = 46.84%
B = 28.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#427E4D (or 0x427E4D) is known color: Killarney. HEX triplet: 42, 7E and 4D. RGB value is (66,126,77). Sum of RGB (Red+Green+Blue) = 66+126+77=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #427E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E4D is #BD81B2. Grayscale: #666666. Windows color (decimal): -12419507 or 5078594. OLE color: 5078594.

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

Color convert

RGB 66 126 77 -
CMYK 0.48 0 0.39 0.51
HSL 131º 0.31% 0.38% -
HSV(B) 131º 0.48% 0.49% -
XYZ 11.05 16.62 9.65 -
YUV 102.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 66 126 77 0.48 0 0.39 0.51 131 0.31 0.38
Hex 42 7E 4D 30 0 27 33 83 1F 26
Octal 102 176 115 60 0 47 63 203 37 46
Binary 1000010 1111110 1001101 110000 0 100111 110011 10000011 11111 100110

Color Harmonies of #427E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E4D

Black with #427E4D

Text Example


Text Example

White with #427E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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