Html Css Color HEX #428141 Killarney

📋 copy color: '#428141'

red 66 ◦ green 129 ◦ blue 65

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

Shades of Killarney #428141

Tints of Killarney #428141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

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

R = 25.38%
G = 49.62%
B = 25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#428141 (or 0x428141) is known color: Killarney. HEX triplet: 42, 81 and 41. RGB value is (66,129,65). Sum of RGB (Red+Green+Blue) = 66+129+65=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #428141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428141 is #BD7EBE. Grayscale: #676767. Windows color (decimal): -12418751 or 4292930. OLE color: 4292930.

HSL color Cylindrical-coordinate representation of color #428141: hue angle of 119.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428141 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 65 -
CMYK 0.49 0 0.50 0.49
HSL 119.06º 0.33% 0.38% -
HSV(B) 119.06º 0.5% 0.51% -
XYZ 11.05 17.24 7.75 -
YUV 102.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 66 129 65 0.49 0 0.50 0.49 119.06 0.33 0.38
Hex 42 81 41 31 0 32 31 77 21 26
Octal 102 201 101 61 0 62 61 167 41 46
Binary 1000010 10000001 1000001 110001 0 110010 110001 1110111 100001 100110

Color Harmonies of #428141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428141

Black with #428141

Text Example


Text Example

White with #428141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428141; }

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

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

background-color css

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

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

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

border-color css

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

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

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