#38984F

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

Shades of Chateau Green #38984F

Tints of Chateau Green #38984F

Color information

#38984F (or 0x38984F) is unknown color: approx Chateau Green. HEX triplet: 38, 98 and 4F. RGB value is (56,152,79). Sum of RGB (Red+Green+Blue) = 56+152+79=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #38984F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38984F is #C767B0. Grayscale: #737373. Windows color (decimal): -13068209 or 5216312. OLE color: 5216312.

HSL color Cylindrical-coordinate representation of color #38984F: hue angle of 134.38º 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 #38984F is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB5615279-
CMYK0.6300.480.40
HSL134.38º46.15%40.78%-
HSV(B)134.38º63.16%59.61%-
XYZ14.2723.8611.25-
YUV114.97107.785.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=19.51%
G=52.96%
B=27.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152790.6300.480.40134.3846.1540.78
Hex38984F3F03028862e29
Octal7023011777060502065651
Binary111000100110001001111111111011000010100010000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38984F; }

 p { color: rgb(56,152,79); }

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

<style>
 a { background-color: #38984F; }

 a { background-color: rgb(56,152,79); }

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

<style>
 span { border-color: #38984F; }

 span { border-color: rgb(56,152,79); }

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