Html Css Color HEX #467452 Killarney

📋 copy color: '#467452'

red 70 ◦ green 116 ◦ blue 82

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

Shades of Killarney #467452

Tints of Killarney #467452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 26.12%
G = 43.28%
B = 30.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#467452 (or 0x467452) is known color: Killarney. HEX triplet: 46, 74 and 52. RGB value is (70,116,82). Sum of RGB (Red+Green+Blue) = 70+116+82=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #467452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467452 is #B98BAD. Grayscale: #626262. Windows color (decimal): -12159918 or 5403718. OLE color: 5403718.

HSL color Cylindrical-coordinate representation of color #467452: hue angle of 135.65º 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 #467452 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 82 -
CMYK 0.40 0 0.29 0.55
HSL 135.65º 0.25% 0.36% -
HSV(B) 135.65º 0.4% 0.45% -
XYZ 10.29 14.4 10.22 -
YUV 98.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 70 116 82 0.40 0 0.29 0.55 135.65 0.25 0.36
Hex 46 74 52 28 0 1D 37 88 19 24
Octal 106 164 122 50 0 35 67 210 31 44
Binary 1000110 1110100 1010010 101000 0 11101 110111 10001000 11001 100100

Color Harmonies of #467452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467452

Black with #467452

Text Example


Text Example

White with #467452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467452; }

 p { color: rgb(70,116,82); }

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

background-color css

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

 a { background-color: rgb(70,116,82); }

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

border-color css

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

 span { border-color: rgb(70,116,82); }

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