Html Css Color HEX #428B4B Killarney

📋 copy color: '#428B4B'

red 66 ◦ green 139 ◦ blue 75

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

Shades of Killarney #428B4B

Tints of Killarney #428B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.64%

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 23.57%
G = 49.64%
B = 26.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#428B4B (or 0x428B4B) is known color: Killarney. HEX triplet: 42, 8B and 4B. RGB value is (66,139,75). Sum of RGB (Red+Green+Blue) = 66+139+75=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #428B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B4B is #BD74B4. Grayscale: #6E6E6E. Windows color (decimal): -12416181 or 4950850. OLE color: 4950850.

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

Color convert

RGB 66 139 75 -
CMYK 0.53 0 0.46 0.45
HSL 127.4º 0.36% 0.4% -
HSV(B) 127.4º 0.53% 0.55% -
XYZ 12.75 20.13 9.87 -
YUV 109.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 66 139 75 0.53 0 0.46 0.45 127.4 0.36 0.4
Hex 42 8B 4B 35 0 2E 2D 7F 24 28
Octal 102 213 113 65 0 56 55 177 44 50
Binary 1000010 10001011 1001011 110101 0 101110 101101 1111111 100100 101000

Color Harmonies of #428B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B4B

Black with #428B4B

Text Example


Text Example

White with #428B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428B4B; }

 p { color: rgb(66,139,75); }

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

background-color css

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

 a { background-color: rgb(66,139,75); }

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

border-color css

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

 span { border-color: rgb(66,139,75); }

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