Html Css Color HEX #427545 Killarney

📋 copy color: '#427545'

red 66 ◦ green 117 ◦ blue 69

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

Shades of Killarney #427545

Tints of Killarney #427545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 26.19%
G = 46.43%
B = 27.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#427545 (or 0x427545) is known color: Killarney. HEX triplet: 42, 75 and 45. RGB value is (66,117,69). Sum of RGB (Red+Green+Blue) = 66+117+69=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #427545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427545 is #BD8ABA. Grayscale: #606060. Windows color (decimal): -12421819 or 4552002. OLE color: 4552002.

HSL color Cylindrical-coordinate representation of color #427545: hue angle of 123.53º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427545 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 69 -
CMYK 0.44 0 0.41 0.54
HSL 123.53º 0.28% 0.36% -
HSV(B) 123.53º 0.44% 0.46% -
XYZ 9.68 14.31 7.88 -
YUV 96.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 66 117 69 0.44 0 0.41 0.54 123.53 0.28 0.36
Hex 42 75 45 2C 0 29 36 7C 1C 24
Octal 102 165 105 54 0 51 66 174 34 44
Binary 1000010 1110101 1000101 101100 0 101001 110110 1111100 11100 100100

Color Harmonies of #427545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427545

Black with #427545

Text Example


Text Example

White with #427545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427545; }

 p { color: rgb(66,117,69); }

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

background-color css

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

 a { background-color: rgb(66,117,69); }

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

border-color css

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

 span { border-color: rgb(66,117,69); }

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