Html Css Color HEX #42694B Killarney

📋 copy color: '#42694B'

red 66 ◦ green 105 ◦ blue 75

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

Shades of Killarney #42694B

Tints of Killarney #42694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.68%

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

R = 26.83%
G = 42.68%
B = 30.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#42694B (or 0x42694B) is known color: Killarney. HEX triplet: 42, 69 and 4B. RGB value is (66,105,75). Sum of RGB (Red+Green+Blue) = 66+105+75=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #42694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42694B is #BD96B4. Grayscale: #5A5A5A. Windows color (decimal): -12424885 or 4942146. OLE color: 4942146.

HSL color Cylindrical-coordinate representation of color #42694B: hue angle of 133.85º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42694B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 75 -
CMYK 0.37 0 0.29 0.59
HSL 133.85º 0.23% 0.34% -
HSV(B) 133.85º 0.37% 0.41% -
XYZ 8.57 11.77 8.48 -
YUV 89.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 66 105 75 0.37 0 0.29 0.59 133.85 0.23 0.34
Hex 42 69 4B 25 0 1D 3B 86 17 22
Octal 102 151 113 45 0 35 73 206 27 42
Binary 1000010 1101001 1001011 100101 0 11101 111011 10000110 10111 100010

Color Harmonies of #42694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42694B

Black with #42694B

Text Example


Text Example

White with #42694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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