Html Css Color HEX #3D764A Killarney

📋 copy color: '#3D764A'

red 61 ◦ green 118 ◦ blue 74

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

Shades of Killarney #3D764A

Tints of Killarney #3D764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

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

R = 24.11%
G = 46.64%
B = 29.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#3D764A (or 0x3D764A) is known color: Killarney. HEX triplet: 3D, 76 and 4A. RGB value is (61,118,74). Sum of RGB (Red+Green+Blue) = 61+118+74=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #3D764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D764A is #C289B5. Grayscale: #606060. Windows color (decimal): -12749238 or 4879933. OLE color: 4879933.

HSL color Cylindrical-coordinate representation of color #3D764A: hue angle of 133.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D764A is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 118 74 -
CMYK 0.48 0 0.37 0.54
HSL 133.68º 0.32% 0.35% -
HSV(B) 133.68º 0.48% 0.46% -
XYZ 9.64 14.44 8.76 -
YUV 95.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 61 118 74 0.48 0 0.37 0.54 133.68 0.32 0.35
Hex 3D 76 4A 30 0 25 36 86 20 23
Octal 75 166 112 60 0 45 66 206 40 43
Binary 111101 1110110 1001010 110000 0 100101 110110 10000110 100000 100011

Color Harmonies of #3D764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D764A

Black with #3D764A

Text Example


Text Example

White with #3D764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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