Html Css Color HEX #42894B Killarney

📋 copy color: '#42894B'

red 66 ◦ green 137 ◦ blue 75

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

Shades of Killarney #42894B

Tints of Killarney #42894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

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

R = 23.74%
G = 49.28%
B = 26.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#42894B (or 0x42894B) is known color: Killarney. HEX triplet: 42, 89 and 4B. RGB value is (66,137,75). Sum of RGB (Red+Green+Blue) = 66+137+75=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #42894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42894B is #BD76B4. Grayscale: #6C6C6C. Windows color (decimal): -12416693 or 4950338. OLE color: 4950338.

HSL color Cylindrical-coordinate representation of color #42894B: hue angle of 127.61º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42894B is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 75 -
CMYK 0.52 0 0.45 0.46
HSL 127.61º 0.35% 0.4% -
HSV(B) 127.61º 0.52% 0.54% -
XYZ 12.46 19.56 9.77 -
YUV 108.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 66 137 75 0.52 0 0.45 0.46 127.61 0.35 0.4
Hex 42 89 4B 34 0 2D 2E 80 23 28
Octal 102 211 113 64 0 55 56 200 43 50
Binary 1000010 10001001 1001011 110100 0 101101 101110 10000000 100011 101000

Color Harmonies of #42894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42894B

Black with #42894B

Text Example


Text Example

White with #42894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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