Html Css Color HEX #3A7047 Killarney

📋 copy color: '#3A7047'

red 58 ◦ green 112 ◦ blue 71

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

Shades of Killarney #3A7047

Tints of Killarney #3A7047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 24.07%
G = 46.47%
B = 29.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#3A7047 (or 0x3A7047) is known color: Killarney. HEX triplet: 3A, 70 and 47. RGB value is (58,112,71). Sum of RGB (Red+Green+Blue) = 58+112+71=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7047 is #C58FB8. Grayscale: #5B5B5B. Windows color (decimal): -12947385 or 4681786. OLE color: 4681786.

HSL color Cylindrical-coordinate representation of color #3A7047: hue angle of 134.44º 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 #3A7047 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 71 -
CMYK 0.48 0 0.37 0.56
HSL 134.44º 0.32% 0.33% -
HSV(B) 134.44º 0.48% 0.44% -
XYZ 8.68 12.94 8 -
YUV 91.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 58 112 71 0.48 0 0.37 0.56 134.44 0.32 0.33
Hex 3A 70 47 30 0 25 38 86 20 21
Octal 72 160 107 60 0 45 70 206 40 41
Binary 111010 1110000 1000111 110000 0 100101 111000 10000110 100000 100001

Color Harmonies of #3A7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7047

Black with #3A7047

Text Example


Text Example

White with #3A7047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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