Html Css Color HEX #41704D Killarney

📋 copy color: '#41704D'

red 65 ◦ green 112 ◦ blue 77

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

Shades of Killarney #41704D

Tints of Killarney #41704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 25.59%
G = 44.09%
B = 30.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#41704D (or 0x41704D) is known color: Killarney. HEX triplet: 41, 70 and 4D. RGB value is (65,112,77). Sum of RGB (Red+Green+Blue) = 65+112+77=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #41704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41704D is #BE8FB2. Grayscale: #5E5E5E. Windows color (decimal): -12488627 or 5075009. OLE color: 5075009.

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

Color convert

RGB 65 112 77 -
CMYK 0.42 0 0.31 0.56
HSL 135.32º 0.27% 0.35% -
HSV(B) 135.32º 0.42% 0.44% -
XYZ 9.31 13.25 9.09 -
YUV 93.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 65 112 77 0.42 0 0.31 0.56 135.32 0.27 0.35
Hex 41 70 4D 2A 0 1F 38 87 1B 23
Octal 101 160 115 52 0 37 70 207 33 43
Binary 1000001 1110000 1001101 101010 0 11111 111000 10000111 11011 100011

Color Harmonies of #41704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41704D

Black with #41704D

Text Example


Text Example

White with #41704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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