Html Css Color HEX #427D4A Killarney

📋 copy color: '#427D4A'

red 66 ◦ green 125 ◦ blue 74

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

Shades of Killarney #427D4A

Tints of Killarney #427D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 24.91%
G = 47.17%
B = 27.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#427D4A (or 0x427D4A) is known color: Killarney. HEX triplet: 42, 7D and 4A. RGB value is (66,125,74). Sum of RGB (Red+Green+Blue) = 66+125+74=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #427D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427D4A is #BD82B5. Grayscale: #656565. Windows color (decimal): -12419766 or 4881730. OLE color: 4881730.

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

Color convert

RGB 66 125 74 -
CMYK 0.47 0 0.41 0.51
HSL 128.14º 0.31% 0.37% -
HSV(B) 128.14º 0.47% 0.49% -
XYZ 10.82 16.32 9.06 -
YUV 101.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 66 125 74 0.47 0 0.41 0.51 128.14 0.31 0.37
Hex 42 7D 4A 2F 0 29 33 80 1F 25
Octal 102 175 112 57 0 51 63 200 37 45
Binary 1000010 1111101 1001010 101111 0 101001 110011 10000000 11111 100101

Color Harmonies of #427D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D4A

Black with #427D4A

Text Example


Text Example

White with #427D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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