Html Css Color HEX #42714B Killarney

📋 copy color: '#42714B'

red 66 ◦ green 113 ◦ blue 75

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

Shades of Killarney #42714B

Tints of Killarney #42714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 25.98%
G = 44.49%
B = 29.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#42714B (or 0x42714B) is known color: Killarney. HEX triplet: 42, 71 and 4B. RGB value is (66,113,75). Sum of RGB (Red+Green+Blue) = 66+113+75=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #42714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42714B is #BD8EB4. Grayscale: #5E5E5E. Windows color (decimal): -12422837 or 4944194. OLE color: 4944194.

HSL color Cylindrical-coordinate representation of color #42714B: hue angle of 131.49º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42714B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 75 -
CMYK 0.42 0 0.34 0.56
HSL 131.49º 0.26% 0.35% -
HSV(B) 131.49º 0.42% 0.44% -
XYZ 9.42 13.48 8.76 -
YUV 94.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 66 113 75 0.42 0 0.34 0.56 131.49 0.26 0.35
Hex 42 71 4B 2A 0 22 38 83 1A 23
Octal 102 161 113 52 0 42 70 203 32 43
Binary 1000010 1110001 1001011 101010 0 100010 111000 10000011 11010 100011

Color Harmonies of #42714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42714B

Black with #42714B

Text Example


Text Example

White with #42714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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