Html Css Color HEX #427741 Killarney

📋 copy color: '#427741'

red 66 ◦ green 119 ◦ blue 65

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

Shades of Killarney #427741

Tints of Killarney #427741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 26.4%
G = 47.6%
B = 26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#427741 (or 0x427741) is known color: Killarney. HEX triplet: 42, 77 and 41. RGB value is (66,119,65). Sum of RGB (Red+Green+Blue) = 66+119+65=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #427741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427741 is #BD88BE. Grayscale: #616161. Windows color (decimal): -12421311 or 4290370. OLE color: 4290370.

HSL color Cylindrical-coordinate representation of color #427741: hue angle of 118.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427741 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 65 -
CMYK 0.45 0 0.45 0.53
HSL 118.89º 0.29% 0.36% -
HSV(B) 118.89º 0.45% 0.47% -
XYZ 9.8 14.73 7.33 -
YUV 97 109.94 105.89 -
System Red Green Blue C M Y K H S L
Decimal 66 119 65 0.45 0 0.45 0.53 118.89 0.29 0.36
Hex 42 77 41 2D 0 2D 35 77 1D 24
Octal 102 167 101 55 0 55 65 167 35 44
Binary 1000010 1110111 1000001 101101 0 101101 110101 1110111 11101 100100

Color Harmonies of #427741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427741

Black with #427741

Text Example


Text Example

White with #427741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427741; }

 p { color: rgb(66,119,65); }

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

background-color css

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

 a { background-color: rgb(66,119,65); }

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

border-color css

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

 span { border-color: rgb(66,119,65); }

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