Html Css Color HEX #427D51 Killarney

📋 copy color: '#427D51'

red 66 ◦ green 125 ◦ blue 81

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

Shades of Killarney #427D51

Tints of Killarney #427D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 24.26%
G = 45.96%
B = 29.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#427D51 (or 0x427D51) is known color: Killarney. HEX triplet: 42, 7D and 51. RGB value is (66,125,81). Sum of RGB (Red+Green+Blue) = 66+125+81=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #427D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D51 is #BD82AE. Grayscale: #666666. Windows color (decimal): -12419759 or 5340482. OLE color: 5340482.

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

Color convert

RGB 66 125 81 -
CMYK 0.47 0 0.35 0.51
HSL 135.25º 0.31% 0.37% -
HSV(B) 135.25º 0.47% 0.49% -
XYZ 11.07 16.42 10.37 -
YUV 102.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 66 125 81 0.47 0 0.35 0.51 135.25 0.31 0.37
Hex 42 7D 51 2F 0 23 33 87 1F 25
Octal 102 175 121 57 0 43 63 207 37 45
Binary 1000010 1111101 1010001 101111 0 100011 110011 10000111 11111 100101

Color Harmonies of #427D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D51

Black with #427D51

Text Example


Text Example

White with #427D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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