#3DBA58

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

Shades of Chateau Green #3DBA58

Tints of Chateau Green #3DBA58

Color information

#3DBA58 (or 0x3DBA58) is unknown color: approx Chateau Green. HEX triplet: 3D, BA and 58. RGB value is (61,186,88). Sum of RGB (Red+Green+Blue) = 61+186+88=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBA58 is #C245A7. Grayscale: #898989. Windows color (decimal): -12731816 or 5814845. OLE color: 5814845.

HSL color Cylindrical-coordinate representation of color #3DBA58: hue angle of 132.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA58 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB6118688-
CMYK0.6700.530.27
HSL132.96º50.61%48.43%-
HSV(B)132.96º67.2%72.94%-
XYZ21.2436.8115.22-
YUV137.45100.0973.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=18.21%
G=55.52%
B=26.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61186880.6700.530.27132.9650.6148.43
Hex3DBA58430351B853330
Octal75272130103065332056360
Binary111101101110101011000100001101101011101110000101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,186,88); }

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

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

 a { background-color: rgb(61,186,88); }

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

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

 span { border-color: rgb(61,186,88); }

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