Html Css Color HEX #427E4B Killarney

📋 copy color: '#427E4B'

red 66 ◦ green 126 ◦ blue 75

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

Shades of Killarney #427E4B

Tints of Killarney #427E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 24.72%
G = 47.19%
B = 28.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#427E4B (or 0x427E4B) is known color: Killarney. HEX triplet: 42, 7E and 4B. RGB value is (66,126,75). Sum of RGB (Red+Green+Blue) = 66+126+75=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #427E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E4B is #BD81B4. Grayscale: #666666. Windows color (decimal): -12419509 or 4947522. OLE color: 4947522.

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

Color convert

RGB 66 126 75 -
CMYK 0.48 0 0.40 0.51
HSL 129º 0.31% 0.38% -
HSV(B) 129º 0.48% 0.49% -
XYZ 10.98 16.59 9.28 -
YUV 102.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 66 126 75 0.48 0 0.40 0.51 129 0.31 0.38
Hex 42 7E 4B 30 0 28 33 81 1F 26
Octal 102 176 113 60 0 50 63 201 37 46
Binary 1000010 1111110 1001011 110000 0 101000 110011 10000001 11111 100110

Color Harmonies of #427E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E4B

Black with #427E4B

Text Example


Text Example

White with #427E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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