Html Css Color HEX #3A7048 Killarney

📋 copy color: '#3A7048'

red 58 ◦ green 112 ◦ blue 72

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

Shades of Killarney #3A7048

Tints of Killarney #3A7048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 23.97%
G = 46.28%
B = 29.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#3A7048 (or 0x3A7048) is known color: Killarney. HEX triplet: 3A, 70 and 48. RGB value is (58,112,72). Sum of RGB (Red+Green+Blue) = 58+112+72=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7048 is #C58FB7. Grayscale: #5B5B5B. Windows color (decimal): -12947384 or 4747322. OLE color: 4747322.

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

Color convert

RGB 58 112 72 -
CMYK 0.48 0 0.36 0.56
HSL 135.56º 0.32% 0.33% -
HSV(B) 135.56º 0.48% 0.44% -
XYZ 8.71 12.96 8.17 -
YUV 91.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 58 112 72 0.48 0 0.36 0.56 135.56 0.32 0.33
Hex 3A 70 48 30 0 24 38 88 20 21
Octal 72 160 110 60 0 44 70 210 40 41
Binary 111010 1110000 1001000 110000 0 100100 111000 10001000 100000 100001

Color Harmonies of #3A7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7048

Black with #3A7048

Text Example


Text Example

White with #3A7048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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