Html Css Color HEX #41704A Killarney

📋 copy color: '#41704A'

red 65 ◦ green 112 ◦ blue 74

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

Shades of Killarney #41704A

Tints of Killarney #41704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 25.9%
G = 44.62%
B = 29.48%

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

#41704A (or 0x41704A) is known color: Killarney. HEX triplet: 41, 70 and 4A. RGB value is (65,112,74). Sum of RGB (Red+Green+Blue) = 65+112+74=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #41704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41704A is #BE8FB5. Grayscale: #5D5D5D. Windows color (decimal): -12488630 or 4878401. OLE color: 4878401.

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

Color convert

RGB 65 112 74 -
CMYK 0.42 0 0.34 0.56
HSL 131.49º 0.27% 0.35% -
HSV(B) 131.49º 0.42% 0.44% -
XYZ 9.21 13.21 8.54 -
YUV 93.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 65 112 74 0.42 0 0.34 0.56 131.49 0.27 0.35
Hex 41 70 4A 2A 0 22 38 83 1B 23
Octal 101 160 112 52 0 42 70 203 33 43
Binary 1000001 1110000 1001010 101010 0 100010 111000 10000011 11011 100011

Color Harmonies of #41704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41704A

Black with #41704A

Text Example


Text Example

White with #41704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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