Html Css Color HEX #416F4B Killarney

📋 copy color: '#416F4B'

red 65 ◦ green 111 ◦ blue 75

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

Shades of Killarney #416F4B

Tints of Killarney #416F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.22%

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

R = 25.9%
G = 44.22%
B = 29.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#416F4B (or 0x416F4B) is known color: Killarney. HEX triplet: 41, 6F and 4B. RGB value is (65,111,75). Sum of RGB (Red+Green+Blue) = 65+111+75=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #416F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F4B is #BE90B4. Grayscale: #5D5D5D. Windows color (decimal): -12488885 or 4943681. OLE color: 4943681.

HSL color Cylindrical-coordinate representation of color #416F4B: hue angle of 133.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416F4B is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 111 75 -
CMYK 0.41 0 0.32 0.56
HSL 133.04º 0.26% 0.35% -
HSV(B) 133.04º 0.41% 0.44% -
XYZ 9.13 13 8.68 -
YUV 93.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 65 111 75 0.41 0 0.32 0.56 133.04 0.26 0.35
Hex 41 6F 4B 29 0 20 38 85 1A 23
Octal 101 157 113 51 0 40 70 205 32 43
Binary 1000001 1101111 1001011 101001 0 100000 111000 10000101 11010 100011

Color Harmonies of #416F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416F4B

Black with #416F4B

Text Example


Text Example

White with #416F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416F4B; }

 p { color: rgb(65,111,75); }

 H1.HeaderClassName
 {
   color: #416F4B;
 }
 .AnyTagClassName
 {
   color: #416F4B;
 }
</style>

background-color css

<style>
 a { background-color: #416F4B; }

 a { background-color: rgb(65,111,75); }

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

border-color css

<style>
 span { border-color: #416F4B; }

 span { border-color: rgb(65,111,75); }

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