Html Css Color HEX #3A7046 Killarney

📋 copy color: '#3A7046'

red 58 ◦ green 112 ◦ blue 70

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

Shades of Killarney #3A7046

Tints of Killarney #3A7046

RGB

 RED value IS 58 (23.05% from 255) = 24.17%

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 24.17%
G = 46.67%
B = 29.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#3A7046 (or 0x3A7046) is known color: Killarney. HEX triplet: 3A, 70 and 46. RGB value is (58,112,70). Sum of RGB (Red+Green+Blue) = 58+112+70=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7046 is #C58FB9. Grayscale: #5B5B5B. Windows color (decimal): -12947386 or 4616250. OLE color: 4616250.

HSL color Cylindrical-coordinate representation of color #3A7046: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7046 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 70 -
CMYK 0.48 0 0.38 0.56
HSL 133.33º 0.32% 0.33% -
HSV(B) 133.33º 0.48% 0.44% -
XYZ 8.64 12.93 7.83 -
YUV 91.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 58 112 70 0.48 0 0.38 0.56 133.33 0.32 0.33
Hex 3A 70 46 30 0 26 38 85 20 21
Octal 72 160 106 60 0 46 70 205 40 41
Binary 111010 1110000 1000110 110000 0 100110 111000 10000101 100000 100001

Color Harmonies of #3A7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7046

Black with #3A7046

Text Example


Text Example

White with #3A7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7046; }

 p { color: rgb(58,112,70); }

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

background-color css

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

 a { background-color: rgb(58,112,70); }

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

border-color css

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

 span { border-color: rgb(58,112,70); }

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