#389C4B

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

Shades of Chateau Green #389C4B

Tints of Chateau Green #389C4B

Color information

#389C4B (or 0x389C4B) is unknown color: approx Chateau Green. HEX triplet: 38, 9C and 4B. RGB value is (56,156,75). Sum of RGB (Red+Green+Blue) = 56+156+75=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #389C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389C4B is #C763B4. Grayscale: #757575. Windows color (decimal): -13067189 or 4955192. OLE color: 4955192.

HSL color Cylindrical-coordinate representation of color #389C4B: hue angle of 131.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C4B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB5615675-
CMYK0.6400.520.39
HSL131.4º47.17%41.57%-
HSV(B)131.4º64.1%61.18%-
XYZ14.7925.1310.73-
YUV116.87104.3784.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 156 (61.33% from 255) = 54.36%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=19.51%
G=54.36%
B=26.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56156750.6400.520.39131.447.1741.57
Hex389C4B4003427832f2a
Octal70234113100064472035752
Binary1110001001110010010111000000011010010011110000011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389C4B; }

 p { color: rgb(56,156,75); }

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

<style>
 a { background-color: #389C4B; }

 a { background-color: rgb(56,156,75); }

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

<style>
 span { border-color: #389C4B; }

 span { border-color: rgb(56,156,75); }

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