Html Css Color HEX #41704C Killarney

📋 copy color: '#41704C'

red 65 ◦ green 112 ◦ blue 76

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

Shades of Killarney #41704C

Tints of Killarney #41704C

RGB

 RED value IS 65 (25.78% from 255) = 25.69%

 GREEN value IS 112 (44.14% from 255) = 44.27%

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 25.69%
G = 44.27%
B = 30.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#41704C (or 0x41704C) is known color: Killarney. HEX triplet: 41, 70 and 4C. RGB value is (65,112,76). Sum of RGB (Red+Green+Blue) = 65+112+76=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #41704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41704C is #BE8FB3. Grayscale: #5D5D5D. Windows color (decimal): -12488628 or 5009473. OLE color: 5009473.

HSL color Cylindrical-coordinate representation of color #41704C: hue angle of 134.04º degrees, saturation: 0.27, 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 #41704C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 76 -
CMYK 0.42 0 0.32 0.56
HSL 134.04º 0.27% 0.35% -
HSV(B) 134.04º 0.42% 0.44% -
XYZ 9.28 13.23 8.9 -
YUV 93.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 65 112 76 0.42 0 0.32 0.56 134.04 0.27 0.35
Hex 41 70 4C 2A 0 20 38 86 1B 23
Octal 101 160 114 52 0 40 70 206 33 43
Binary 1000001 1110000 1001100 101010 0 100000 111000 10000110 11011 100011

Color Harmonies of #41704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41704C

Black with #41704C

Text Example


Text Example

White with #41704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41704C; }

 p { color: rgb(65,112,76); }

 H1.HeaderClassName
 {
   color: #41704C;
 }
 .AnyTagClassName
 {
   color: #41704C;
 }
</style>

background-color css

<style>
 a { background-color: #41704C; }

 a { background-color: rgb(65,112,76); }

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

border-color css

<style>
 span { border-color: #41704C; }

 span { border-color: rgb(65,112,76); }

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