#38994A

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

Shades of Chateau Green #38994A

Tints of Chateau Green #38994A

Color information

#38994A (or 0x38994A) is unknown color: approx Chateau Green. HEX triplet: 38, 99 and 4A. RGB value is (56,153,74). Sum of RGB (Red+Green+Blue) = 56+153+74=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #38994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38994A is #C766B5. Grayscale: #737373. Windows color (decimal): -13067958 or 4888888. OLE color: 4888888.

HSL color Cylindrical-coordinate representation of color #38994A: hue angle of 131.13º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38994A is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB5615374-
CMYK0.6300.520.4
HSL131.13º46.41%40.98%-
HSV(B)131.13º63.4%60%-
XYZ14.2624.1210.38-
YUV114.99104.8685.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=19.79%
G=54.06%
B=26.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56153740.6300.520.4131.1346.4140.98
Hex38994A3F03428832e29
Octal7023111277064502035651
Binary111000100110011001010111111011010010100010000011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38994A; }

 p { color: rgb(56,153,74); }

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

<style>
 a { background-color: #38994A; }

 a { background-color: rgb(56,153,74); }

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

<style>
 span { border-color: #38994A; }

 span { border-color: rgb(56,153,74); }

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