Html Css Color HEX #42724B Killarney

📋 copy color: '#42724B'

red 66 ◦ green 114 ◦ blue 75

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

Shades of Killarney #42724B

Tints of Killarney #42724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

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

R = 25.88%
G = 44.71%
B = 29.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#42724B (or 0x42724B) is known color: Killarney. HEX triplet: 42, 72 and 4B. RGB value is (66,114,75). Sum of RGB (Red+Green+Blue) = 66+114+75=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #42724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42724B is #BD8DB4. Grayscale: #5F5F5F. Windows color (decimal): -12422581 or 4944450. OLE color: 4944450.

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

Color convert

RGB 66 114 75 -
CMYK 0.42 0 0.34 0.55
HSL 131.25º 0.27% 0.35% -
HSV(B) 131.25º 0.42% 0.45% -
XYZ 9.53 13.7 8.8 -
YUV 95.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 66 114 75 0.42 0 0.34 0.55 131.25 0.27 0.35
Hex 42 72 4B 2A 0 22 37 83 1B 23
Octal 102 162 113 52 0 42 67 203 33 43
Binary 1000010 1110010 1001011 101010 0 100010 110111 10000011 11011 100011

Color Harmonies of #42724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42724B

Black with #42724B

Text Example


Text Example

White with #42724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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