#3B764A

Color #3B764A Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #3B764A

Tints of Killarney #3B764A

Color information

#3B764A (or 0x3B764A) is unknown color: approx Killarney. HEX triplet: 3B, 76 and 4A. RGB value is (59,118,74). Sum of RGB (Red+Green+Blue) = 59+118+74=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B764A is #C489B5. Grayscale: #5F5F5F. Windows color (decimal): -12880310 or 4879931. OLE color: 4879931.

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

Color convert

RGB5911874-
CMYK0.5000.370.54
HSL135.25º33.33%34.71%-
HSV(B)135.25º50%46.27%-
XYZ9.5214.388.75-
YUV95.34115.95102.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=23.51%
G=47.01%
B=29.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118740.5000.370.54135.2533.3334.71
Hex3B764A3202536872123
Octal7316611262045662074143
Binary11101111101101001010110010010010111011010000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B764A;
 }
 .AnyTagClassName
 {
   color: #3B764A;
 }
</style>
background-color css

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

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

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

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

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

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