Html Css Color HEX #446A4B Killarney

📋 copy color: '#446A4B'

red 68 ◦ green 106 ◦ blue 75

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

Shades of Killarney #446A4B

Tints of Killarney #446A4B

RGB

 RED value IS 68 (26.95% from 255) = 27.31%

 GREEN value IS 106 (41.8% from 255) = 42.57%

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

R = 27.31%
G = 42.57%
B = 30.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#446A4B (or 0x446A4B) is known color: Killarney. HEX triplet: 44, 6A and 4B. RGB value is (68,106,75). Sum of RGB (Red+Green+Blue) = 68+106+75=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #446A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A4B is #BB95B4. Grayscale: #5B5B5B. Windows color (decimal): -12293557 or 4942404. OLE color: 4942404.

HSL color Cylindrical-coordinate representation of color #446A4B: hue angle of 131.05º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A4B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 106 75 -
CMYK 0.36 0 0.29 0.58
HSL 131.05º 0.22% 0.34% -
HSV(B) 131.05º 0.36% 0.42% -
XYZ 8.81 12.05 8.52 -
YUV 91.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 68 106 75 0.36 0 0.29 0.58 131.05 0.22 0.34
Hex 44 6A 4B 24 0 1D 3A 83 16 22
Octal 104 152 113 44 0 35 72 203 26 42
Binary 1000100 1101010 1001011 100100 0 11101 111010 10000011 10110 100010

Color Harmonies of #446A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A4B

Black with #446A4B

Text Example


Text Example

White with #446A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446A4B; }

 p { color: rgb(68,106,75); }

 H1.HeaderClassName
 {
   color: #446A4B;
 }
 .AnyTagClassName
 {
   color: #446A4B;
 }
</style>

background-color css

<style>
 a { background-color: #446A4B; }

 a { background-color: rgb(68,106,75); }

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

border-color css

<style>
 span { border-color: #446A4B; }

 span { border-color: rgb(68,106,75); }

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