Html Css Color HEX #3D704A Killarney

📋 copy color: '#3D704A'

red 61 ◦ green 112 ◦ blue 74

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

Shades of Killarney #3D704A

Tints of Killarney #3D704A

RGB

 RED value IS 61 (24.22% from 255) = 24.7%

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

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 24.7%
G = 45.34%
B = 29.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#3D704A (or 0x3D704A) is known color: Killarney. HEX triplet: 3D, 70 and 4A. RGB value is (61,112,74). Sum of RGB (Red+Green+Blue) = 61+112+74=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #3D704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D704A is #C28FB5. Grayscale: #5C5C5C. Windows color (decimal): -12750774 or 4878397. OLE color: 4878397.

HSL color Cylindrical-coordinate representation of color #3D704A: hue angle of 135.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D704A is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 112 74 -
CMYK 0.46 0 0.34 0.56
HSL 135.29º 0.29% 0.34% -
HSV(B) 135.29º 0.46% 0.44% -
XYZ 8.95 13.07 8.53 -
YUV 92.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 61 112 74 0.46 0 0.34 0.56 135.29 0.29 0.34
Hex 3D 70 4A 2E 0 22 38 87 1D 22
Octal 75 160 112 56 0 42 70 207 35 42
Binary 111101 1110000 1001010 101110 0 100010 111000 10000111 11101 100010

Color Harmonies of #3D704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D704A

Black with #3D704A

Text Example


Text Example

White with #3D704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,112,74); }

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

background-color css

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

 a { background-color: rgb(61,112,74); }

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

border-color css

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

 span { border-color: rgb(61,112,74); }

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