Html Css Color HEX #427448 Killarney

📋 copy color: '#427448'

red 66 ◦ green 116 ◦ blue 72

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

Shades of Killarney #427448

Tints of Killarney #427448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 25.98%
G = 45.67%
B = 28.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#427448 (or 0x427448) is known color: Killarney. HEX triplet: 42, 74 and 48. RGB value is (66,116,72). Sum of RGB (Red+Green+Blue) = 66+116+72=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #427448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427448 is #BD8BB7. Grayscale: #606060. Windows color (decimal): -12422072 or 4748354. OLE color: 4748354.

HSL color Cylindrical-coordinate representation of color #427448: hue angle of 127.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427448 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 72 -
CMYK 0.43 0 0.38 0.55
HSL 127.2º 0.27% 0.36% -
HSV(B) 127.2º 0.43% 0.45% -
XYZ 9.66 14.12 8.35 -
YUV 96.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 66 116 72 0.43 0 0.38 0.55 127.2 0.27 0.36
Hex 42 74 48 2B 0 26 37 7F 1B 24
Octal 102 164 110 53 0 46 67 177 33 44
Binary 1000010 1110100 1001000 101011 0 100110 110111 1111111 11011 100100

Color Harmonies of #427448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427448

Black with #427448

Text Example


Text Example

White with #427448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427448; }

 p { color: rgb(66,116,72); }

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

background-color css

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

 a { background-color: rgb(66,116,72); }

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

border-color css

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

 span { border-color: rgb(66,116,72); }

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