Html Css Color HEX #467345 Killarney

📋 copy color: '#467345'

red 70 ◦ green 115 ◦ blue 69

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

Shades of Killarney #467345

Tints of Killarney #467345

RGB

 RED value IS 70 (27.73% from 255) = 27.56%

 GREEN value IS 115 (45.31% from 255) = 45.28%

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 27.56%
G = 45.28%
B = 27.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#467345 (or 0x467345) is known color: Killarney. HEX triplet: 46, 73 and 45. RGB value is (70,115,69). Sum of RGB (Red+Green+Blue) = 70+115+69=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #467345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467345 is #B98CBA. Grayscale: #606060. Windows color (decimal): -12160187 or 4551494. OLE color: 4551494.

HSL color Cylindrical-coordinate representation of color #467345: hue angle of 118.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467345 is Cyan = 0.39, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 69 -
CMYK 0.39 0 0.4 0.55
HSL 118.7º 0.25% 0.36% -
HSV(B) 118.7º 0.4% 0.45% -
XYZ 9.73 13.99 7.82 -
YUV 96.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 70 115 69 0.39 0 0.4 0.55 118.7 0.25 0.36
Hex 46 73 45 27 0 28 37 77 19 24
Octal 106 163 105 47 0 50 67 167 31 44
Binary 1000110 1110011 1000101 100111 0 101000 110111 1110111 11001 100100

Color Harmonies of #467345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467345

Black with #467345

Text Example


Text Example

White with #467345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467345; }

 p { color: rgb(70,115,69); }

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

background-color css

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

 a { background-color: rgb(70,115,69); }

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

border-color css

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

 span { border-color: rgb(70,115,69); }

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