Html Css Color HEX #41704F Killarney

📋 copy color: '#41704F'

red 65 ◦ green 112 ◦ blue 79

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

Shades of Killarney #41704F

Tints of Killarney #41704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 25.39%
G = 43.75%
B = 30.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#41704F (or 0x41704F) is known color: Killarney. HEX triplet: 41, 70 and 4F. RGB value is (65,112,79). Sum of RGB (Red+Green+Blue) = 65+112+79=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #41704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41704F is #BE8FB0. Grayscale: #5E5E5E. Windows color (decimal): -12488625 or 5206081. OLE color: 5206081.

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

Color convert

RGB 65 112 79 -
CMYK 0.42 0 0.29 0.56
HSL 137.87º 0.27% 0.35% -
HSV(B) 137.87º 0.42% 0.44% -
XYZ 9.39 13.28 9.47 -
YUV 94.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 65 112 79 0.42 0 0.29 0.56 137.87 0.27 0.35
Hex 41 70 4F 2A 0 1D 38 8A 1B 23
Octal 101 160 117 52 0 35 70 212 33 43
Binary 1000001 1110000 1001111 101010 0 11101 111000 10001010 11011 100011

Color Harmonies of #41704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41704F

Black with #41704F

Text Example


Text Example

White with #41704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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