#3B994B

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

Shades of Chateau Green #3B994B

Tints of Chateau Green #3B994B

Color information

#3B994B (or 0x3B994B) is unknown color: approx Chateau Green. HEX triplet: 3B, 99 and 4B. RGB value is (59,153,75). Sum of RGB (Red+Green+Blue) = 59+153+75=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #3B994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B994B is #C466B4. Grayscale: #747474. Windows color (decimal): -12871349 or 4954427. OLE color: 4954427.

HSL color Cylindrical-coordinate representation of color #3B994B: hue angle of 130.21º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B994B is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB5915375-
CMYK0.6100.510.4
HSL130.21º44.34%41.57%-
HSV(B)130.21º61.44%60%-
XYZ14.4624.2210.57-
YUV116104.8687.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=20.56%
G=53.31%
B=26.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal59153750.6100.510.4130.2144.3441.57
Hex3B994B3D03328822c2a
Octal7323111375063502025452
Binary111011100110011001011111101011001110100010000010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,153,75); }

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

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

 a { background-color: rgb(59,153,75); }

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

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

 span { border-color: rgb(59,153,75); }

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