#38984B

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

Shades of Chateau Green #38984B

Tints of Chateau Green #38984B

Color information

#38984B (or 0x38984B) is unknown color: approx Chateau Green. HEX triplet: 38, 98 and 4B. RGB value is (56,152,75). Sum of RGB (Red+Green+Blue) = 56+152+75=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #38984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38984B is #C767B4. Grayscale: #727272. Windows color (decimal): -13068213 or 4954168. OLE color: 4954168.

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

Color convert

RGB5615275-
CMYK0.6300.510.40
HSL131.88º46.15%40.78%-
HSV(B)131.88º63.16%59.61%-
XYZ14.1323.8110.51-
YUV114.52105.786.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=19.79%
G=53.71%
B=26.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152750.6300.510.40131.8846.1540.78
Hex38984B3F03328842e29
Octal7023011377063502045651
Binary111000100110001001011111111011001110100010000100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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