Html Css Color HEX #467245 Killarney

📋 copy color: '#467245'

red 70 ◦ green 114 ◦ blue 69

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

Shades of Killarney #467245

Tints of Killarney #467245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 27.67%
G = 45.06%
B = 27.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#467245 (or 0x467245) is known color: Killarney. HEX triplet: 46, 72 and 45. RGB value is (70,114,69). Sum of RGB (Red+Green+Blue) = 70+114+69=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #467245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467245 is #B98DBA. Grayscale: #5F5F5F. Windows color (decimal): -12160443 or 4551238. OLE color: 4551238.

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

Color convert

RGB 70 114 69 -
CMYK 0.39 0 0.39 0.55
HSL 118.67º 0.25% 0.36% -
HSV(B) 118.67º 0.39% 0.45% -
XYZ 9.62 13.77 7.78 -
YUV 95.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 70 114 69 0.39 0 0.39 0.55 118.67 0.25 0.36
Hex 46 72 45 27 0 27 37 77 19 24
Octal 106 162 105 47 0 47 67 167 31 44
Binary 1000110 1110010 1000101 100111 0 100111 110111 1110111 11001 100100

Color Harmonies of #467245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467245

Black with #467245

Text Example


Text Example

White with #467245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467245; }

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

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

background-color css

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

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

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

border-color css

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

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

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