Html Css Color HEX #427345 Killarney

📋 copy color: '#427345'

red 66 ◦ green 115 ◦ blue 69

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

Shades of Killarney #427345

Tints of Killarney #427345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 26.4%
G = 46%
B = 27.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#427345 (or 0x427345) is known color: Killarney. HEX triplet: 42, 73 and 45. RGB value is (66,115,69). Sum of RGB (Red+Green+Blue) = 66+115+69=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #427345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427345 is #BD8CBA. Grayscale: #5F5F5F. Windows color (decimal): -12422331 or 4551490. OLE color: 4551490.

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

Color convert

RGB 66 115 69 -
CMYK 0.43 0 0.4 0.55
HSL 123.67º 0.27% 0.35% -
HSV(B) 123.67º 0.43% 0.45% -
XYZ 9.45 13.85 7.81 -
YUV 95.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 66 115 69 0.43 0 0.4 0.55 123.67 0.27 0.35
Hex 42 73 45 2B 0 28 37 7C 1B 23
Octal 102 163 105 53 0 50 67 174 33 43
Binary 1000010 1110011 1000101 101011 0 101000 110111 1111100 11011 100011

Color Harmonies of #427345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427345

Black with #427345

Text Example


Text Example

White with #427345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427345; }

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

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

background-color css

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

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

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

border-color css

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

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

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