Html Css Color HEX #446F4B Killarney

📋 copy color: '#446F4B'

red 68 ◦ green 111 ◦ blue 75

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

Shades of Killarney #446F4B

Tints of Killarney #446F4B

RGB

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

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

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

R = 26.77%
G = 43.7%
B = 29.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#446F4B (or 0x446F4B) is known color: Killarney. HEX triplet: 44, 6F and 4B. RGB value is (68,111,75). Sum of RGB (Red+Green+Blue) = 68+111+75=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #446F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F4B is #BB90B4. Grayscale: #5E5E5E. Windows color (decimal): -12292277 or 4943684. OLE color: 4943684.

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

Color convert

RGB 68 111 75 -
CMYK 0.39 0 0.32 0.56
HSL 129.77º 0.24% 0.35% -
HSV(B) 129.77º 0.39% 0.44% -
XYZ 9.34 13.11 8.69 -
YUV 94.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 68 111 75 0.39 0 0.32 0.56 129.77 0.24 0.35
Hex 44 6F 4B 27 0 20 38 82 18 23
Octal 104 157 113 47 0 40 70 202 30 43
Binary 1000100 1101111 1001011 100111 0 100000 111000 10000010 11000 100011

Color Harmonies of #446F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F4B

Black with #446F4B

Text Example


Text Example

White with #446F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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