#3D8C4B

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

Shades of Chateau Green #3D8C4B

Tints of Chateau Green #3D8C4B

Color information

#3D8C4B (or 0x3D8C4B) is unknown color: approx Chateau Green. HEX triplet: 3D, 8C and 4B. RGB value is (61,140,75). Sum of RGB (Red+Green+Blue) = 61+140+75=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #3D8C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8C4B is #C273B4. Grayscale: #6D6D6D. Windows color (decimal): -12743605 or 4951101. OLE color: 4951101.

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

Color convert

RGB6114075-
CMYK0.5600.460.45
HSL130.63º39.3%39.41%-
HSV(B)130.63º56.43%54.9%-
XYZ12.5720.269.9-
YUV108.97108.8393.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=22.10%
G=50.72%
B=27.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61140750.5600.460.45130.6339.339.41
Hex3D8C4B3802E2D832727
Octal7521411370056552034747
Binary111101100011001001011111000010111010110110000011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,140,75); }

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

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

 a { background-color: rgb(61,140,75); }

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

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

 span { border-color: rgb(61,140,75); }

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