Html Css Color HEX #42864B Killarney

📋 copy color: '#42864B'

red 66 ◦ green 134 ◦ blue 75

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

Shades of Killarney #42864B

Tints of Killarney #42864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

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

R = 24%
G = 48.73%
B = 27.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#42864B (or 0x42864B) is known color: Killarney. HEX triplet: 42, 86 and 4B. RGB value is (66,134,75). Sum of RGB (Red+Green+Blue) = 66+134+75=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #42864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42864B is #BD79B4. Grayscale: #6B6B6B. Windows color (decimal): -12417461 or 4949570. OLE color: 4949570.

HSL color Cylindrical-coordinate representation of color #42864B: hue angle of 127.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42864B is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 75 -
CMYK 0.51 0 0.44 0.47
HSL 127.94º 0.34% 0.39% -
HSV(B) 127.94º 0.51% 0.53% -
XYZ 12.04 18.72 9.63 -
YUV 106.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 66 134 75 0.51 0 0.44 0.47 127.94 0.34 0.39
Hex 42 86 4B 33 0 2C 2F 80 22 27
Octal 102 206 113 63 0 54 57 200 42 47
Binary 1000010 10000110 1001011 110011 0 101100 101111 10000000 100010 100111

Color Harmonies of #42864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42864B

Black with #42864B

Text Example


Text Example

White with #42864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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