#38BA50

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

Shades of Chateau Green #38BA50

Tints of Chateau Green #38BA50

Color information

#38BA50 (or 0x38BA50) is unknown color: approx Chateau Green. HEX triplet: 38, BA and 50. RGB value is (56,186,80). Sum of RGB (Red+Green+Blue) = 56+186+80=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA50 is #C745AF. Grayscale: #878787. Windows color (decimal): -13059504 or 5290552. OLE color: 5290552.

HSL color Cylindrical-coordinate representation of color #38BA50: hue angle of 131.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA50 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB5618680-
CMYK0.7000.570.27
HSL131.08º53.72%47.45%-
HSV(B)131.08º69.89%72.94%-
XYZ20.6436.5413.55-
YUV135.0596.9371.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=17.39%
G=57.76%
B=24.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56186800.7000.570.27131.0853.7247.45
Hex38BA50460391B83362f
Octal70272120106071332036657
Binary111000101110101010000100011001110011101110000011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BA50; }

 p { color: rgb(56,186,80); }

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

<style>
 a { background-color: #38BA50; }

 a { background-color: rgb(56,186,80); }

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

<style>
 span { border-color: #38BA50; }

 span { border-color: rgb(56,186,80); }

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