Html Css Color HEX #426F4B Killarney

📋 copy color: '#426F4B'

red 66 ◦ green 111 ◦ blue 75

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

Shades of Killarney #426F4B

Tints of Killarney #426F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.05%

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

R = 26.19%
G = 44.05%
B = 29.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#426F4B (or 0x426F4B) is known color: Killarney. HEX triplet: 42, 6F and 4B. RGB value is (66,111,75). Sum of RGB (Red+Green+Blue) = 66+111+75=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #426F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F4B is #BD90B4. Grayscale: #5D5D5D. Windows color (decimal): -12423349 or 4943682. OLE color: 4943682.

HSL color Cylindrical-coordinate representation of color #426F4B: hue angle of 132º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F4B is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 75 -
CMYK 0.41 0 0.32 0.56
HSL 132º 0.25% 0.35% -
HSV(B) 132º 0.41% 0.44% -
XYZ 9.2 13.04 8.69 -
YUV 93.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 66 111 75 0.41 0 0.32 0.56 132 0.25 0.35
Hex 42 6F 4B 29 0 20 38 84 19 23
Octal 102 157 113 51 0 40 70 204 31 43
Binary 1000010 1101111 1001011 101001 0 100000 111000 10000100 11001 100011

Color Harmonies of #426F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F4B

Black with #426F4B

Text Example


Text Example

White with #426F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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